I am debugging a process and want to dump a piece of memory, for example, from memory address 0x4160d8 to 0x4200d8 , to a file.
How can I get a raw file containing only bytes? I tried using the OllyDump plugin, but it creates an executable with PE headers.
source share