I am debugging a process and want to dump a chunk of memory, say from memory address 0x4160d8
to 0x4200d8
, into a file.
How can I get a raw file that includes just the bytes? I tried to use the OllyDump plugin but it creates an executable file with PE headers.