shook

Crates.ioshook
lib.rsshook
version0.1.1
sourcesrc
created_at2024-04-03 06:46:28.919333
updated_at2024-04-12 00:47:02.268468
descriptionA rust implementation of ohook
homepage
repositoryhttps://github.com/massgravel/ohook-rs
max_upload_size
id1194780
size15,392
May (ave9858)

documentation

README

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.

Commit count: 3

cargo fmt