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

Method GetRawOperandAsVariable

mediumlevelilinstruction.cpp:994–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

992
993
994Variable MediumLevelILInstructionBase::GetRawOperandAsVariable(size_t operand) const
995{
996 return Variable::FromIdentifier(operands[operand]);
997}
998
999
1000SSAVariable MediumLevelILInstructionBase::GetRawOperandAsSSAVariable(size_t operand) const

Callers 1

GetVariableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected