dobby-hook-core
dobby-hook-core is the low-level inline hook core used by dobby-hook.
- Backends: Windows
x86_64, Unixx86_64/aarch64 - Public API:
hook/destroy/code_patch/resolve_symbol
Most users should start with dobby-hook unless you explicitly need the low-level primitives.
Install
Minimal Usage
use c_void;
Safety
All hook APIs are unsafe by nature. You must ensure correct ABI/signature, address validity, and be careful with
concurrency.
This crate is inspired by jmpews/Dobby (not affiliated).