Trait lief::assembly::instruction::Instruction
pub trait Instruction {
// Provided methods
fn address(&self) -> u64 { ... }
fn size(&self) -> u64 { ... }
fn raw(&self) -> &[u8] ⓘ { ... }
fn mnemonic(&self) -> String { ... }
fn to_string(&self) -> String { ... }
}
Expand description
This trait is shared by all Instructions
supported by LIEF