https://github.com/willida621/libud2
A lightweight C++ hooking library using UD2 instruction for stealthy function interception.
https://github.com/willida621/libud2
api-hooking cpp exception-handling function-interception hooking reverse-engineering security-research stealth ud2 windows
Last synced: 7 months ago
JSON representation
A lightweight C++ hooking library using UD2 instruction for stealthy function interception.
- Host: GitHub
- URL: https://github.com/willida621/libud2
- Owner: willida621
- License: mit
- Created: 2025-07-10T06:56:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-10T07:03:21.000Z (7 months ago)
- Last Synced: 2025-07-10T15:17:42.137Z (7 months ago)
- Topics: api-hooking, cpp, exception-handling, function-interception, hooking, reverse-engineering, security-research, stealth, ud2, windows
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# libud2
Modern C++ hooking library using UD2 instruction traps for stealthy function interception on Windows.
Features: RAII auto-hooks, type-safe templates, vectored exception handling, minimal overhead.


