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

Method HasMediumLevelIL

lowlevelilinstruction.cpp:1736–1742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1734
1735
1736bool LowLevelILInstructionBase::HasMediumLevelIL() const
1737{
1738 Ref<MediumLevelILFunction> func = function->GetMediumLevelIL();
1739 if (!func)
1740 return false;
1741 return GetMediumLevelILExprIndex() < func->GetExprCount();
1742}
1743
1744
1745bool LowLevelILInstructionBase::HasMappedMediumLevelIL() const

Callers

nothing calls this directly

Calls 2

GetMediumLevelILMethod · 0.45
GetExprCountMethod · 0.45

Tested by

no test coverage detected