zyan-hook-engine
zyan-hook-engine copied to clipboard
Advanced x86/x86-64 hooking library (WIP).
samlpe: ZyrexInstallInlineHook((void*)&CopyFileW, (const void*)&callback, &original); for example: kernel32.dll->CopyFileW nop nop nop jmp $-0xC  trampoline->code_buffer :  jmp 0x7752E597 ; error jmp "jmp 0x7752E598" that's the right jump, It should...
I found in the process of using "examples" Function has an undefined type "ZyrexTrampoline" [examples/InlineHook.c #L81](https://github.com/zyantific/zyan-hook-engine/blob/master/examples/InlineHook.c#L81) "ZyrexTrampoline trampoline;" I tried looking elsewhere and it didn't work. hope to be helped,...