(&self, plat: &Platform)
| 368 | } |
| 369 | |
| 370 | fn set_default_platform(&self, plat: &Platform) { |
| 371 | unsafe { |
| 372 | BNSetDefaultPlatform(self.as_ref().handle, plat.handle); |
| 373 | } |
| 374 | } |
| 375 | |
| 376 | fn base_address_detection(&self) -> Option<BaseAddressDetection> { |
| 377 | unsafe { |
no test coverage detected