editing a program in memery
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
editing a program in memery
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#.
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
-
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
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.
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.
...left for good
- grimdoomer
- Posts: 1440
- Joined: Mon Oct 09, 2006 4:36 pm
kk thanks Ill try this out later
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.