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

Method function

rust/src/high_level_il/function.rs:81–86  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

79 }
80
81 pub fn function(&self) -> Ref<Function> {
82 unsafe {
83 let func = BNGetHighLevelILOwnerFunction(self.handle);
84 Function::ref_from_raw(func)
85 }
86 }
87
88 pub fn basic_blocks(&self) -> Array<BasicBlock<HighLevelILBlock>> {
89 let mut count = 0;

Callers 5

liftMethod · 0.45
lift_labelMethod · 0.45
fmtMethod · 0.45
eqMethod · 0.45
hashMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected