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

Method expression_count

rust/src/high_level_il/function.rs:68–70  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn expression_count(&self) -> usize {
69 unsafe { BNGetHighLevelILExprCount(self.handle) }
70 }
71
72 pub fn ssa_form(&self) -> HighLevelILFunction {
73 let ssa = unsafe { BNGetHighLevelILSSAForm(self.handle) };

Callers 2

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected