MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / set_default_platform

Method set_default_platform

rust/src/binary_view.rs:370–374  ·  view source on GitHub ↗
(&self, plat: &Platform)

Source from the content-addressed store, hash-verified

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 {

Callers 1

initMethod · 0.80

Implementers 1

binary_view.rsrust/src/binary_view.rs

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected