Click here to Skip to main content
15,880,854 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am reading all of a processes's memory using C++ ReadProcessMemory. After I am done reading the memory of a process I own, what I do is I dump the memory to a binary file on the disk. I now want to read, that memory into something useful. Since it's the whole memory space of the process then it would have to have all the relevant sections, .text, data etc.

Can anyone point to a document or a tutorial on how to parse up I am assuming the PE Format memory ?
Posted

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900