A Rust wrapper for the MinHook library.
Unlike other detouring crates, this crate does not require nightly.
Add this to your Cargo.toml
:
toml
[dependencies]
minhook = "0.1.0"
Please refer to the tests for examples on how to use this crate for the time being.
rust
fn main() -> Result<(), MH_STATUS> {
// WIP
}
This project is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).
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.