TODO native bb vs il bbs
(&self)
| 122 | |
| 123 | // TODO native bb vs il bbs |
| 124 | pub fn function(&self) -> Ref<Function> { |
| 125 | unsafe { |
| 126 | let func = BNGetBasicBlockFunction(self.handle); |
| 127 | Function::ref_from_raw(func) |
| 128 | } |
| 129 | } |
| 130 | |
| 131 | pub fn arch(&self) -> CoreArchitecture { |
| 132 | unsafe { |