An open API service indexing awesome lists of open source software.

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.

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.

![C++](https://img.shields.io/badge/C%2B%2B-17-blue)
![Platform](https://img.shields.io/badge/platform-Windows-lightgrey)
![License](https://img.shields.io/badge/license-MIT-green)