开发者

How to fetch memory in realtime after CreateProcess?

I have executed a process using CreateProcess, but I want to fetch or dump the memory area allocated to the process, preferably in real time. Unfortunately I do not know how to recieve the pointer to the memory are after creating the p开发者_如何学Pythonrocess. I've been searching around, but I have not found any useful answers so far.

If anyone could help me out, I'd be very grateful. Language does not really matter, anything will do. (However, preferably C/C++/Delphi etc.)


Try VirtualQueryEx() to see what memory pages are used, and ReadProcessMemory() to read them.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜