Expand description
Inline function hooking for x86_64.
Install detours on live functions, call originals through trampolines, and cleanly restore when done.
Structs§
- Hook
- An installed inline hook that redirects a target function to a detour.
Enums§
- Error
- Errors that can occur during hook installation or removal.
Type Aliases§
- Result
- Convenience alias for
std::result::Result<T, Error>.