Module capstone_rust::capstone [] [src]

Re-exports

pub use capstone_sys::*;

Structs

Capstone

Capstone handle.

CsErr

Rust-friendly error wrapper over Capstone's low-level cs_err.

Details

Details of an instruction.

Instr

Disassembled instruction.

InstrBuf

Buffer of disassembled instructions.

InstrIter

Disassembled instructions iterator.

Enums

DetailsArch

Architecture-specific part of detail.

InstrIdArch

Architecture-specific instruction id.

Functions

engine_version

Get the version of the capstone engine.

support_arch

Check if capstone supports an arch.