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

Method function

rust/src/low_level_il/function.rs:153–158  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

151 }
152
153 pub fn function(&self) -> Ref<Function> {
154 unsafe {
155 let func = BNGetLowLevelILOwnerFunction(self.handle);
156 Function::ref_from_raw(func)
157 }
158 }
159}
160
161// LLIL basic blocks are not available until the function object

Callers 2

eqMethod · 0.45
hashMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected