(&self)
| 88 | } |
| 89 | |
| 90 | pub fn expression_count(&self) -> usize { |
| 91 | unsafe { BNGetMediumLevelILExprCount(self.handle) } |
| 92 | } |
| 93 | |
| 94 | pub fn ssa_form(&self) -> MediumLevelILFunction { |
| 95 | let ssa = unsafe { BNGetMediumLevelILSSAForm(self.handle) }; |
no outgoing calls
no test coverage detected