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

Method GetRawOperandAsSSAVariable

mediumlevelilinstruction.cpp:1000–1003  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998
999
1000SSAVariable MediumLevelILInstructionBase::GetRawOperandAsSSAVariable(size_t operand) const
1001{
1002 return SSAVariable(Variable::FromIdentifier(operands[operand]), (size_t)operands[operand + 1]);
1003}
1004
1005
1006SSAVariable MediumLevelILInstructionBase::GetRawOperandAsPartialSSAVariableSource(size_t operand) const

Callers 1

GetSSAVariableMethod · 0.45

Calls 1

SSAVariableClass · 0.70

Tested by

no test coverage detected