PDA

View Full Version : Viewing an application's memory space...



Xorcist
19-02-2003, 10:27 AM
Exactly how would I go about doing this... what tools would I need to say, load a process, isolate the memory blocks it's using, and actively view those blocks for values and changes. Note that of course I'm speaking in terms of applications which I myself have not written.

Alimonster
20-02-2003, 10:45 AM
ReadProcessMemory (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/readprocessmemory.asp) looks promising

Xorcist
26-02-2003, 08:51 PM
Yeah, I know about that function, but I'd have to write the app myself. I'm looking for a pre-built tool that I can pass an executable too, which will then display the memory space to me.