capstone-sys

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

Crates.io Badge Travis CI Badge

API Documentation

Requirements

Supported Platforms

| Platform | system capstone | gmake | cmake | cc | | ------------------------------- | ----- | --------------- | ----- | ----- | | x86_64-apple-darwin | :heavycheckmark: | :heavycheckmark: | :heavycheckmark: | :heavycheckmark: | | i686-apple-darwin | :heavycheckmark:* | :x: | :heavycheckmark:* | :heavycheckmark:* | | x86_64-pc-windows-msvc | :noentrysign: | :noentrysign: | :noentrysign: | :heavycheckmark: | | x86_64-pc-windows-gnu | :noentrysign: | :noentrysign: | :noentrysign: | :heavycheckmark: | | i686-pc-windows-msvc | :noentrysign: | :noentrysign: | :noentrysign: | :heavycheckmark:* | | i686-pc-windows-gnu | :noentrysign: | :noentrysign: | :noentrysign: | :heavycheckmark:* | | x86_64-unknown-linux-gnu | :heavycheckmark: | :heavycheckmark: | :heavycheckmark: | :heavycheckmark: | | i686-unknown-linux-gnu | :heavycheckmark:* | :x: | :heavycheckmark:* | :heavycheckmark:* |

| Symbol | Meaning | | ------ | ------- | | :heavycheckmark: | build succeeds, all tests pass | | :heavycheckmark:* | build succeeds, some bindgen tests fail (issue #18) | | :noentrysign: | build method is not supported/tested | | :x: | build fails |

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: