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

Method GetRawOperandAsSSAVariable

highlevelilinstruction.cpp:762–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760
761
762SSAVariable HighLevelILInstructionBase::GetRawOperandAsSSAVariable(size_t operand) const
763{
764 return SSAVariable(Variable::FromIdentifier(operands[operand]), (size_t)operands[operand + 1]);
765}
766
767
768HighLevelILInstructionList HighLevelILInstructionBase::GetRawOperandAsExprList(size_t operand) const

Callers 1

GetSSAVariableMethod · 0.45

Calls 1

SSAVariableClass · 0.70

Tested by

no test coverage detected