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

Method GetFunction

workflow.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35Ref<Function> AnalysisContext::GetFunction()
36{
37 BNFunction* func = BNAnalysisContextGetFunction(m_object);
38 if (!func)
39 return nullptr;
40 return new Function(func);
41}
42
43
44Ref<LowLevelILFunction> AnalysisContext::GetLowLevelILFunction()

Callers 15

operator*Method · 0.45
operator*Method · 0.45
DumpMethod · 0.45
formatMethod · 0.45
ShowGraphReportMethod · 0.45
operator*Method · 0.45
DumpMethod · 0.45
formatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected