binaryninja::low_level_il

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ยง

struct LowLevelILRegularFunction { /* private fields */ }