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

Method GetMediumLevelILIfAvailable

function.cpp:884–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882
883
884Ref<MediumLevelILFunction> Function::GetMediumLevelILIfAvailable() const
885{
886 BNMediumLevelILFunction* function = BNGetFunctionMediumLevelILIfAvailable(m_object);
887 if (!function)
888 return nullptr;
889 return new MediumLevelILFunction(function);
890}
891
892
893Ref<MediumLevelILFunction> Function::GetMappedMediumLevelILIfAvailable() const

Calls

no outgoing calls

Tested by

no test coverage detected