TODO: This returns an expression index!
(&self)
| 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()) |
no test coverage detected