minhook

Rust Crates.io rustdoc

A Rust wrapper for the MinHook library.

Unlike other detouring crates, this crate does not require nightly.

Usage

Add this to your Cargo.toml:

toml [dependencies] minhook = "0.0"

Example

Please refer to the tests for examples on how to use this crate for the time being.

rust fn main() -> Result<(), MH_STATUS> { // WIP }

License

This project is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.