Question about WriteProcessMemory

just write whatever you want
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Re: Question about WriteProcessMemory

Post by madshi »

Work for doing what?
Pawn_Fox
Posts: 9
Joined: Tue Mar 21, 2017 9:01 pm

Re: Question about WriteProcessMemory

Post by Pawn_Fox »

madshi wrote:Work for doing what?
For injecting a hook into another process.
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Re: Question about WriteProcessMemory

Post by madshi »

Either you use madCodeHook or you don't. If you use madCodeHook, then you put your hook code into a little dll. For hooking you use madCodeHook's "HookAPI()" function. For injecting your dll into a process, you use madCodeHook's "InjectLibrary()" function. If you don't want to use madCodeHook, then this is the wrong place to ask for help... :wink:
Post Reply