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

Method HasLowLevelIL

mediumlevelilinstruction.cpp:1333–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1331
1332
1333bool MediumLevelILInstructionBase::HasLowLevelIL() const
1334{
1335 Ref<LowLevelILFunction> func = function->GetLowLevelIL();
1336 if (!func)
1337 return false;
1338 return GetLowLevelILExprIndex() < func->GetExprCount();
1339}
1340
1341
1342LowLevelILInstruction MediumLevelILInstructionBase::GetLowLevelIL() const

Callers

nothing calls this directly

Calls 2

GetLowLevelILMethod · 0.45
GetExprCountMethod · 0.45

Tested by

no test coverage detected