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

Method arch

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

Source from the content-addressed store, hash-verified

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 {

Callers 15

code_refs_from_addrMethod · 0.45
register_platformMethod · 0.45
lifted_il_functionMethod · 0.45
llil_functionMethod · 0.45
iterMethod · 0.45
block_annotationsMethod · 0.45
low_level_ilMethod · 0.45
lifted_ilMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected