Struct vtil_parser::Instruction [−][src]
pub struct Instruction {
pub op: Op,
pub vip: Vip,
pub sp_offset: i64,
pub sp_index: u32,
pub sp_reset: bool,
}VTIL instruction and associated metadata
Fields
op: OpInstruction operation and operators
vip: VipThe virtual instruction pointer of this instruction
sp_offset: i64Stack pointer offset at this instruction
sp_index: u32Stack instance index
sp_reset: boolIf the stack pointer is reset at this instruction
Trait Implementations
impl Debug for Instruction[src]
impl Debug for Instruction[src]impl SizeWith<Instruction> for Instruction[src]
impl SizeWith<Instruction> for Instruction[src]fn size_with(instr: &Instruction) -> usize[src]
impl TryFromCtx<'_, Endian, [u8]> for Instruction[src]
impl TryFromCtx<'_, Endian, [u8]> for Instruction[src]