shook 0.1.1

A rust implementation of ohook
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 15.04 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 597.92 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • massgravel/ohook-rs
    46 7 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ave9858

ohook.rs

A rewrite of ohook in Rust for decreased size, easier building, and better reproducibility. For more information on ohook check the original repo.

Building

Rust 1.77.1 and Visual Studio Build Tools 2022 LTSC 17.6 running on Windows is required if you want to build binaries bit-for-bit identical to the release. To build x64, run cargo build --release, and for x86 run cargo build --release --target i686-pc-windows-msvc.

License

The project is licensed under the terms of the MIT License.