capstone-sys

Low-level, unsafe Rust bindings for the Capstone disassembly library.

Crates.io Badge Travis CI Badge

API Documentation

Requirements

Supported Platforms

| Platform | sys capstone | gmake | cmake | cc | | -------------------------- | ------------- | ----- | ----- | ----- | | x86_64-apple-darwin | X | X | X | X | | i686-apple-darwin | X* | | X* | X* | | x86_64-pc-windows-msvc | | | | X | | x86_64-pc-windows-gnu | | | | X | | i686-pc-windows-msvc | | | | X* | | i686-pc-windows-gnu | | | | X* | | x86_64-unknown-linux-gnu | X | X | X | X | | i686-unknown-linux-gnu | X* | | X* | X* | | x86_64-unknown-freebsd | X | X | | X |

| Symbol | Meaning | | ------ | ------- | | X | build succeeds, all tests pass | | X* | build succeeds, some bindgen tests fail (issue #18) | | | build method is not supported |

Features

capstone-sys has different features that can be specified in Cargo.toml.

Build Features

These features affect how capstone-sys will use/build the bundled Capstone C library:

Other Features

Tested Platforms

The following platforms have automated testing: