zyan-hook-engine icon indicating copy to clipboard operation
zyan-hook-engine copied to clipboard

Advanced x86/x86-64 hooking library (WIP).

Results 2 zyan-hook-engine issues
Sort by recently updated
recently updated
newest added

samlpe: ZyrexInstallInlineHook((void*)&CopyFileW, (const void*)&callback, &original); for example: kernel32.dll->CopyFileW nop nop nop jmp $-0xC ![无标题](https://user-images.githubusercontent.com/10218627/72594156-c0e34a00-3941-11ea-8169-239a539f81f1.png) trampoline->code_buffer : ![无标题](https://user-images.githubusercontent.com/10218627/72594574-a8276400-3942-11ea-804f-bf5054601b3f.png) jmp 0x7752E597 ; error jmp "jmp 0x7752E598" that's the right jump, It should...

C-bug
P-high
A-general

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,...

C-bug-invalid
A-examples