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

Method root_instruction_index

rust/src/high_level_il/function.rs:52–54  ·  view source on GitHub ↗

TODO: This returns an expression index!

(&self)

Source from the content-addressed store, hash-verified

50
51 // TODO: This returns an expression index!
52 pub fn root_instruction_index(&self) -> HighLevelInstructionIndex {
53 HighLevelInstructionIndex(unsafe { BNGetHighLevelILRootExpr(self.handle) })
54 }
55
56 pub fn root(&self) -> HighLevelILInstruction {
57 HighLevelILInstruction::new_expr(self.as_ast(), self.root_instruction_index())

Callers 1

rootMethod · 0.80

Calls 1

Tested by

no test coverage detected