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

Method GetMappedMediumLevelIL

lowlevelilinstruction.cpp:1766–1775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1764
1765
1766MediumLevelILInstruction LowLevelILInstructionBase::GetMappedMediumLevelIL() const
1767{
1768 Ref<MediumLevelILFunction> func = function->GetMappedMediumLevelIL();
1769 if (!func)
1770 throw MediumLevelILInstructionAccessException();
1771 size_t expr = GetMappedMediumLevelILExprIndex();
1772 if (expr >= func->GetExprCount())
1773 throw MediumLevelILInstructionAccessException();
1774 return func->GetExpr(expr);
1775}
1776
1777
1778char* LowLevelILInstructionBase::Dump() const

Callers 1

Calls 3

GetExprCountMethod · 0.45
GetExprMethod · 0.45

Tested by

no test coverage detected