https://github.com/alphamodder/detours-sys
Rust bindings to the newly-opensourced Microsoft Detours.
https://github.com/alphamodder/detours-sys
Last synced: 11 months ago
JSON representation
Rust bindings to the newly-opensourced Microsoft Detours.
- Host: GitHub
- URL: https://github.com/alphamodder/detours-sys
- Owner: AlphaModder
- License: mit
- Created: 2019-07-09T09:05:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T09:15:59.000Z (over 6 years ago)
- Last Synced: 2025-02-08T15:28:51.570Z (about 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# detours-sys
This is a set of raw (unsafe) Rust bindings to [Microsoft Detours](https://github.com/Microsoft/Detours). No relation to the [crates.io library currently published under the same name](https://github.com/DianaNites/detours).
## Why make this if there's another library for it already?
I didn't know. Also, we made slightly different design decisons, so I'm not just gonna throw this one away.