(&self)
| 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) }; |
no outgoing calls
no test coverage detected