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

Method GetRawOperandAsSSAFlag

lowlevelilinstruction.cpp:1481–1484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1479
1480
1481SSAFlag LowLevelILInstructionBase::GetRawOperandAsSSAFlag(size_t operand) const
1482{
1483 return SSAFlag((uint32_t)operands[operand], (size_t)operands[operand + 1]);
1484}
1485
1486
1487LowLevelILIndexList LowLevelILInstructionBase::GetRawOperandAsIndexList(size_t operand) const

Callers 1

GetSSAFlagMethod · 0.80

Calls 1

SSAFlagClass · 0.70

Tested by

no test coverage detected