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

Method GetRawOperandAsIndexMap

lowlevelilinstruction.cpp:1493–1496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1491
1492
1493LowLevelILIndexMap LowLevelILInstructionBase::GetRawOperandAsIndexMap(size_t operand) const
1494{
1495 return LowLevelILIndexMap(function, function->GetRawExpr(operands[operand + 1]), operands[operand]);
1496}
1497
1498
1499LowLevelILInstructionList LowLevelILInstructionBase::GetRawOperandAsExprList(size_t operand) const

Callers 1

GetIndexMapMethod · 0.45

Calls 2

LowLevelILIndexMapClass · 0.85
GetRawExprMethod · 0.45

Tested by

no test coverage detected