minhook 0.1.0

A Rust wrapper for MinHook, a minimalistic x86/x64 API hooking library for Windows.
docs.rs failed to build minhook-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.

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:

[dependencies]
minhook = "0.1.0"

Example

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

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.