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

Method function

rust/src/medium_level_il/function.rs:100–105  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

98 }
99
100 pub fn function(&self) -> Ref<Function> {
101 unsafe {
102 let func = BNGetMediumLevelILOwnerFunction(self.handle);
103 Function::ref_from_raw(func)
104 }
105 }
106
107 pub fn basic_blocks(&self) -> Array<BasicBlock<MediumLevelILBlock>> {
108 let mut count = 0;

Callers 15

liftMethod · 0.45
create_user_stack_varMethod · 0.45
delete_user_stack_varMethod · 0.45
create_user_varMethod · 0.45
delete_user_varMethod · 0.45
is_var_user_definedMethod · 0.45
set_user_var_valueMethod · 0.45
clear_user_var_valueMethod · 0.45
user_var_valuesMethod · 0.45
create_auto_stack_varMethod · 0.45
delete_auto_stack_varMethod · 0.45
create_auto_varMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected