| Crates.io | capstone_rust |
| lib.rs | capstone_rust |
| version | 0.2.3 |
| created_at | 2017-03-14 18:17:01.093855+00 |
| updated_at | 2017-06-15 14:53:25.814449+00 |
| description | A Capstone engine binding for Rust |
| homepage | https://github.com/Mm7/capstone-rust |
| repository | https://github.com/Mm7/capstone-rust |
| max_upload_size | |
| id | 8981 |
| size | 47,156 |
Rust bindings to Capstone engine.
Install clang-3.9 (needed by bindgen) and Capstone
sudo apt install llvm-3.9-dev libclang-3.9-dev clang-3.9 libcapstone3 libcapstone-dev
Append to Cargo.toml:
[dependencies]
capstone_rust = "0.2.2"
Copy & paste an example.