Expand description
Mid-function hooks
Hooks at arbitrary locations within a function, not just the prologue. Requires saving and restoring CPU context around the detour call.
Structs§
- Hook
Context - CPU context passed to mid-function hook handlers (x64)
- MidFunction
Hook - mid-function hook
Type Aliases§
- MidHook
Fn - mid-function hook type signature