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

Method function

rust/src/basic_block.rs:124–129  ·  view source on GitHub ↗

TODO native bb vs il bbs

(&self)

Source from the content-addressed store, hash-verified

122
123 // TODO native bb vs il bbs
124 pub fn function(&self) -> Ref<Function> {
125 unsafe {
126 let func = BNGetBasicBlockFunction(self.handle);
127 Function::ref_from_raw(func)
128 }
129 }
130
131 pub fn arch(&self) -> CoreArchitecture {
132 unsafe {

Callers 2

hashMethod · 0.45
eqMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected