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

Method GetRawOperandAsExprList

mediumlevelilinstruction.cpp:1036–1040  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034
1035
1036MediumLevelILInstructionList MediumLevelILInstructionBase::GetRawOperandAsExprList(size_t operand) const
1037{
1038 return MediumLevelILInstructionList(
1039 function, function->GetRawExpr(operands[operand + 1]), operands[operand], instructionIndex);
1040}
1041
1042
1043PossibleValueSet MediumLevelILInstructionBase::GetRawOperandAsPossibleValueSet(size_t operand) const

Callers 2

GetExprListMethod · 0.45
GetParameterExprsMethod · 0.45

Calls 2

GetRawExprMethod · 0.45

Tested by

no test coverage detected