An open API service indexing awesome lists of open source software.

https://github.com/cppio/ezhook

Function hooking for x86 in Rust.
https://github.com/cppio/ezhook

detour hook rust x86

Last synced: 6 days ago
JSON representation

Function hooking for x86 in Rust.

Awesome Lists containing this project

README

        

# ezhook
[![crates.io](https://img.shields.io/crates/v/ezhook)](https://crates.io/crates/ezhook)
[![docs](https://docs.rs/ezhook/badge.svg)](https://docs.rs/ezhook)
[![build](https://github.com/cppio/ezhook/workflows/build/badge.svg)](https://github.com/cppio/ezhook/actions?query=branch%3Amaster)

Function hooking for x86 in Rust.