(&self)
| 313 | } |
| 314 | |
| 315 | pub fn arch(&self) -> CoreArchitecture { |
| 316 | unsafe { |
| 317 | let arch = BNGetFunctionArchitecture(self.handle); |
| 318 | CoreArchitecture::from_raw(arch) |
| 319 | } |
| 320 | } |
| 321 | |
| 322 | pub fn platform(&self) -> Ref<Platform> { |
| 323 | unsafe { |
no outgoing calls
no test coverage detected