Log in

View Full Version : How to load/save binary snippets?


MrSmith
September 18th, 2004, 03:48
Hi everybody,

sometimes I assemble small pieces of code into a program that I'm debugging with Ollydbg. I would like to be able to save those short code snippets in binary form to a file and reload them later from this file.

Basically, the backup function of the disassembler window does what I want. But it seems I can only save and load whole memory blocks with backup. I would like to have a backup that also works on a small selection.

Any ideas who to do this ?

Many thanks,

MrSmith

focht
September 20th, 2004, 12:41
Hi,

you might want to look at the "extracopy" plugin source (under "stuph".

Keywords: ODBG_Pluginaction/ODBG_Pluginshortcut -> item -> t_dump, t_dump->sel0, t_dump->sel1, Readmemory,

Regards