Skip to main content

Crate asdf_overlay_hook

Crate asdf_overlay_hook 

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

DetourHook
A function replacement with a trampoline for calling the original.

Enums§

HookError
Detour error code.

Functions§

with_transaction
Batch hook changes in a transaction and return the closure’s result.