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

Method platform

rust/src/function.rs:322–327  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

320 }
321
322 pub fn platform(&self) -> Ref<Platform> {
323 unsafe {
324 let plat = BNGetFunctionPlatform(self.handle);
325 Platform::ref_from_raw(plat)
326 }
327 }
328
329 pub fn view(&self) -> Ref<BinaryView> {
330 unsafe {

Callers 3

fmtMethod · 0.45
hashMethod · 0.45
eqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected