Crate zydis [] [src]

The official Rust bindings for the Zyan Disassembler Engine.

Reexports

pub use decoder::*;
pub use encoder::*;
pub use formatter::*;
pub use mnemonic::*;
pub use register::*;
pub use status::*;
pub use utils::*;

Modules

decoder

Binary instruction decoding.

encoder

Binary instruction encoding.

formatter

Textual instruction formatting routines.

gen

Raw interface generated from C headers.

mnemonic

Mnemonic helper functions.

register

Register helper functions.

status

Status code utilities.

utils

Miscellaneous utility functions.