(&self)
| 151 | } |
| 152 | |
| 153 | pub fn function(&self) -> Ref<Function> { |
| 154 | unsafe { |
| 155 | let func = BNGetLowLevelILOwnerFunction(self.handle); |
| 156 | Function::ref_from_raw(func) |
| 157 | } |
| 158 | } |
| 159 | } |
| 160 | |
| 161 | // LLIL basic blocks are not available until the function object |