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

Method HasMappedMediumLevelIL

lowlevelilinstruction.cpp:1745–1751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1743
1744
1745bool LowLevelILInstructionBase::HasMappedMediumLevelIL() const
1746{
1747 Ref<MediumLevelILFunction> func = function->GetMappedMediumLevelIL();
1748 if (!func)
1749 return false;
1750 return GetMappedMediumLevelILExprIndex() < func->GetExprCount();
1751}
1752
1753
1754MediumLevelILInstruction LowLevelILInstructionBase::GetMediumLevelIL() const

Callers

nothing calls this directly

Calls 2

GetExprCountMethod · 0.45

Tested by

no test coverage detected