Expand description
Function hooking for Windows using Frida Gum.
This crate is intended to be used only as asdf-overlay’s internal dependency.
Hook installation is unsafe: callers must uphold function-pointer and code-lifetime
requirements. Dropping a hook does not undo the replacement.
Structs§
- Detour
Hook - A function replacement with a trampoline for calling the original.
Enums§
- Hook
Error - Detour error code.
Functions§
- with_
transaction - Batch hook changes in a transaction and return the closure’s result.