ReadProcessMemory Question

Dave Cartright cedar1182 at yahoo.com
Sat Nov 17 09:26:16 CST 2007


I am trying to read the memory of another process with ReadProcessMemory but I can only get it to work when I use VirtualAllocEx to commit the region of memory - problem is (as you very well know) that VirtualAllocEx initializes the region with 0s.  So my question is how do I get ReadProcessMemory to work without using VirtualAllocEx??

       
---------------------------------
Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-devel/attachments/20071117/ac24cbb4/attachment.htm 


More information about the wine-devel mailing list