Accessing another process's address space

Started by
0 comments, last by Timbatron 20 years, 5 months ago
I'm wondering what the best way is to access the memory of another process in windows. I think I might be able to do it with the "Debugging API" but I'm not sure. Does anyone know a good way to do this? [edited by - timbatron on November 9, 2003 12:32:39 AM]
My Page : http://acidbase.computed.net
Advertisement
There are several ways. The debugging api, Toolhelp-OpenProcess-ReadProcessMemory, window hook, dll injection - which one to use really depends on what you want to do.
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man

This topic is closed to new replies.

Advertisement