binaryninja::low_level_il

Type Alias RegularLowLevelILInstruction

source
pub type RegularLowLevelILInstruction<'a, Arch> = LowLevelILInstruction<'a, Arch, Finalized, NonSSA<RegularNonSSA>>;

Aliased Type§

struct RegularLowLevelILInstruction<'a, Arch> {
    pub index: LowLevelInstructionIndex,
    /* private fields */
}

Fields§

§index: LowLevelInstructionIndex