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

Method GetMediumLevelIL

function.cpp:866–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864
865
866Ref<MediumLevelILFunction> Function::GetMediumLevelIL() const
867{
868 BNMediumLevelILFunction* function = BNGetFunctionMediumLevelIL(m_object);
869 if (!function)
870 return nullptr;
871 return new MediumLevelILFunction(function);
872}
873
874
875Ref<MediumLevelILFunction> Function::GetMappedMediumLevelIL() const

Callers 4

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected