Go to file
Ave 044af0e99d Remove windows-sys dependency and code cleanup
This affects the source code only, output binary hashes remain the same.
2024-04-12 00:44:51 +00:00
src Remove windows-sys dependency and code cleanup 2024-04-12 00:44:51 +00:00
.gitignore initial commit 2024-04-07 00:09:44 +00:00
build.rs initial commit 2024-04-07 00:09:44 +00:00
Cargo.lock Remove windows-sys dependency and code cleanup 2024-04-12 00:44:51 +00:00
Cargo.toml Remove windows-sys dependency and code cleanup 2024-04-12 00:44:51 +00:00
LICENSE Remove windows-sys dependency and code cleanup 2024-04-12 00:44:51 +00:00
README.md Remove windows-sys dependency and code cleanup 2024-04-12 00:44:51 +00:00
sppc.def initial commit 2024-04-07 00:09:44 +00:00

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.