fishhook 0.1.0

A library that enables dynamically rebinding symbols in Mach-O binaries at runtime
[dependencies.goblin]
version = "0.10.0"

[dependencies.mach2]
version = "0.4"

[lib]
name = "fishhook"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::macos-apis", "os"]
description = "A library that enables dynamically rebinding symbols in Mach-O binaries at runtime"
edition = "2021"
homepage = "https://github.com/blkmlk/fishhook-rs"
keywords = ["fishhook", "dylib", "macos", "mach-o", "binding"]
license = "MIT"
name = "fishhook"
readme = "README.md"
repository = "https://github.com/blkmlk/fishhook-rs"
version = "0.1.0"