MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / instruction_count

Method instruction_count

rust/src/low_level_il/function.rs:139–144  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

137 }
138
139 pub fn instruction_count(&self) -> usize {
140 unsafe {
141 use binaryninjacore_sys::BNGetLowLevelILInstructionCount;
142 BNGetLowLevelILInstructionCount(self.handle)
143 }
144 }
145
146 pub fn expression_count(&self) -> usize {
147 unsafe {

Callers 3

instruction_index_atMethod · 0.45
fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected