Question Process Memory

Vincent_Wiebe

New member
Joined
Jul 27, 2008
Messages
2
Programming Experience
Beginner
Hello, I am currently trying to make a program that has the ability to open another program, and have the ability to access its process memory.

So basically I need to open a program within another one, and be able read/write its process memory.

The program is a game, and I am currently trying to make a mod for it. I have tried many program for changing things in its memory. but they only really work for little games like pinball.

Any help would be greatly appriciated. thanks for your time.

P.S. If i didnt make any sence please tell me, and I will try to rephrase everything.
 
So, let me get this straight, you want a program to be able to run another program, and modify the memory? You talking about making a trainer?

I suggest you use another language, could be easier...I mean, you got to read the RAM sectors that this program is using...and I don't know if Visual Basic.net has the ability to do that. But, I write programs that use a database, so, I don't know...
 
Back
Top