Page 2 of 2

Re: Question about WriteProcessMemory

Posted: Thu Mar 23, 2017 9:13 am
by madshi
Work for doing what?

Re: Question about WriteProcessMemory

Posted: Thu Mar 23, 2017 9:26 am
by Pawn_Fox
madshi wrote:Work for doing what?
For injecting a hook into another process.

Re: Question about WriteProcessMemory

Posted: Thu Mar 23, 2017 9:43 am
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: