capstone-sys 0.3.0

System bindings to the capstone disassembly library
Documentation

capstone-sys

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

Features

capstone-sys will build differently based on features that are specified in Cargo.toml.

capstone-sys supports the following features:

  • use_system_capstone: use the system capstone instead of the bundled copy of the capstone library.
  • build_capstone_cmake: if using the bundled capstone library, then build capstone using cmake.
  • use_bundled_capstone_bindings: instead of using bindgen, use the pre-generated capstone bindings (if available for the current platform).