LowLevelILRegularFunction in binaryninja::low_level_il - Rust

Type Alias LowLevelILRegularFunction

Source

pub type LowLevelILRegularFunction = LowLevelILFunction<Finalized, NonSSA>;
Expand description

Regular low-level IL, if you are not modifying the functions IL or needing SSA, use this.

Aliased Typeยง

pub struct LowLevelILRegularFunction { /* private fields */ }