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

Method GetLowLevelIL

function.cpp:445–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443
444
445Ref<LowLevelILFunction> Function::GetLowLevelIL() const
446{
447 BNLowLevelILFunction* function = BNGetFunctionLowLevelIL(m_object);
448 if (!function)
449 return nullptr;
450 return new LowLevelILFunction(function);
451}
452
453
454Ref<LowLevelILFunction> Function::GetLowLevelILIfAvailable() const

Callers 3

mainFunction · 0.45
mainFunction · 0.45
FunctionInlinerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected