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

Method GetRawOperandAsVariable

highlevelilinstruction.cpp:756–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754
755
756Variable HighLevelILInstructionBase::GetRawOperandAsVariable(size_t operand) const
757{
758 return Variable::FromIdentifier(operands[operand]);
759}
760
761
762SSAVariable HighLevelILInstructionBase::GetRawOperandAsSSAVariable(size_t operand) const

Callers 1

GetVariableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected