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

Method GetRawOperandAsExpr

mediumlevelilinstruction.cpp:987–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985
986
987MediumLevelILInstruction MediumLevelILInstructionBase::GetRawOperandAsExpr(size_t operand) const
988{
989 return MediumLevelILInstruction(
990 function, function->GetRawExpr(operands[operand]), operands[operand], instructionIndex);
991}
992
993
994Variable MediumLevelILInstructionBase::GetRawOperandAsVariable(size_t operand) const

Callers 5

GetIndexMethod · 0.45
GetExprMethod · 0.45
GetVariableListMethod · 0.45
GetSSAVariableListMethod · 0.45
GetExprListMethod · 0.45

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected