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

Method GetLowLevelILFunction

workflow.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44Ref<LowLevelILFunction> AnalysisContext::GetLowLevelILFunction()
45{
46 BNLowLevelILFunction* func = BNAnalysisContextGetLowLevelILFunction(m_object);
47 if (!func)
48 return nullptr;
49 return new LowLevelILFunction(func);
50}
51
52
53Ref<MediumLevelILFunction> AnalysisContext::GetMediumLevelILFunction()

Callers 3

AdjustCallTypeMethod · 0.45
FunctionInlinerFunction · 0.45
TailCallTranslationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected