redhook 2.0.0

Dynamic function call interposition / hooking (LD_PRELOAD) for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "redhook"
version = "2.0.0"
authors = ["Geoffrey Thomas <geofft@ldpreload.com>"]
description = "Dynamic function call interposition / hooking (LD_PRELOAD) for Rust"
repository = "https://github.com/geofft/redhook"
readme = "README.md"
keywords = ["LD_PRELOAD", "interposition"]
license = "BSD-2-Clause"

[dependencies]
libc = "0.2"