Page 1 of 1

editing a program in memery

Posted: Mon Jan 14, 2008 5:12 pm
by grimdoomer
Im working on a trianer, and I can find the offsets and all, but I dont know how to edit the file in memery. Im working in C#.

Posted: Mon Jan 14, 2008 10:04 pm
by Patrickssj6
I have a full source in VB.NET...basically you need the APIs

WriteProcessMemory
ReadProcessMemory

and the API that handle the window itself.

I'm not sure if this is my latest version but it should include the APIs:
http://files.filefront.com/ProcessMemor ... einfo.html

Also,
http://forums.halomods.com/viewtopic.php?t=68882

Everything VB.NET sorry. :wink:

Posted: Tue Jan 15, 2008 1:03 pm
by grimdoomer
kk thanks Ill try this out later