Thread: Help me again
View Single Post
Old Dec 21st, 2006, 11:20 PM   #2
melbolt
Hobbyist Programmer
 
melbolt's Avatar
 
Join Date: Feb 2005
Location: PA, USA
Posts: 242
Rep Power: 4 melbolt is on a distinguished road
Send a message via AIM to melbolt Send a message via Yahoo to melbolt
I'm not even sure if the .NET framework provides a class to access a process's memory. so what you're probably going to have to do is make a call into unmanaged code(win32).

i believe there is a class called "memory" under process class in win32.

what i would do is get the process id of the process you are trying to read/write the memory of and then make a call into this unmanaged win32 to perform the reads/writes.

if you're just looking to hack something, you're rebuilding the wheel(http://www.artmoney.ru/) this app called artmoney is the best app i've ever come across for finding values/ranges in a process's memory and changing/freezing the values.

if you're just doing it for fun then by all means give it a stab and post back your results.
__________________
I have never let my schooling interfere with my education. -Mark Twain-

Xbox live gamertag: melbolt
melbolt is offline   Reply With Quote