docs.rs failed to build fishhook-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
fishhook-0.3.0
fishhook-rs
A Rust port of fishhook — a library that enables dynamically rebinding symbols
in Mach-O binaries at runtime. Useful for intercepting system functions like malloc, free, or open on Apple
platforms.
Platform support: Currently tested only on macOS (aarch64-apple-darwin)
Installation
Add to your Cargo.toml:
[]
= "0.1"
Usage
Example below uses ctor for invoking init() first
use ;