Complete rust bindings to the capstone engine. Currently only Linux is supported. It also currently requires a nightly version of Rust.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need to have installed the capstone engine. The library should be in one of the default library directories when using Linux/OS X.
You can set the environment variable CAPSTONE_INCLUDE_DIR
to the directory where the header files for the capstone engine are.
Then you can simply git clone
this repository and cd
into it.
To build this project simply execute cargo build
.
Simply execute cargo test
.
This project is licensed under the MIT License - see the LICENSE.md file for details