Struct lde::x86 [] [src]

pub struct x86;

Length disassembler for the x86 instruction set.

You'll want to import the InsnSet trait too.

Trait Implementations

impl InsnSet for x86
[src]

Virtual address type.

Length disassembles the given bytes. Read more

Creates an iterator over the opcodes contained within the bytes. Read more

Helps with coercing arrays.