fishhook
fishhook-rs
A Rust port of fishhook — a library that enables dynamically rebinding symbols
for Linux and Mach-O binaries at runtime. Useful for intercepting system functions like malloc, free, or open.
Platform support: Currently tested on Linux (x86_64) and macOS (aarch64-apple-darwin)
Installation
Add to your Cargo.toml:
[]
= "0.3"
Usage
Example below uses ctor for invoking init() first
use ;
License: MIT