Hexpatch Keystone
Rust bindings for the keystone engine. These bindings are for a custom version of keystone
Sample
extern crate keystone;
use *;
Installation
Add a dependency line into Cargo.toml
.
[dependencies]
keystone = "0.9.2"
This package attempts to build keystone. That requires cmake and c/c++ compiler.
If you want to use keystone already installed in the system, specify use_system_keystone
feature on Cargo.toml
.
[dependencies.keystone]
version = "0.9.2"
default-features = false
features = ["use_system_keystone"]
Testing
cargo test
Contributors
- Remco Verhoef (@remco_verhoef)
- Tasuku SUENAGA a.k.a. gunyarakun (@tasukuchan)
Special thanks to:
- Sébastien Duquette (@ekse) for his unicorn-rs binding