I've created a lightweight hooking library that takes a different approach to inline hooking. Instead of creating trampolines, NHook uses a minimal 2-byte patch (jmp $) and simulates the original instructions.
Key Features:
- Minimal code modification (only 2 bytes)
- No trampoline needed to call the original function
- Cross-process support
- x86_64 instruction simulation (MOV, LEA, ADD, SUB, etc.)
The project is in active development and could use some help to grow, especially around instruction simulation and stability improvements.
[link] [comments]
SOCIAL SHARE CARD GENERATOR