Module mid

Module mid 

Source
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§

HookContext
CPU context passed to mid-function hook handlers (x64)
MidFunctionHook
mid-function hook

Type Aliases§

MidHookFn
mid-function hook type signature