For educational purposes only. This project is intended to demonstrate reverse engineering concepts such as signature scanning and inline function hooking on Windows DLLs.
- libhat — pattern/signature scanning library
- safetyhook — x86/x64 inline hooking library
Requires CMake 3.15+ and a MSVC toolchain targeting Windows x64.
cmake -B build
cmake --build build