How can I programatically read the content of a given Memory Address?
Printable View
How can I programatically read the content of a given Memory Address?
You could use the CopyMemory API.
http://www.mentalis.org/apilist/CopyMemory.shtml
http://www.mentalis.org/apilist/VarPtr.shtml
Copy memory will work only for memory within yoyr process. If you want to read memory in anoter process, then you can use ReadProcessMemory
http://msdn.microsoft.com/library/de...cessmemory.asp