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

Method UpdateRawOperand

mediumlevelilinstruction.cpp:1049–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047
1048
1049void MediumLevelILInstructionBase::UpdateRawOperand(size_t operandIndex, ExprId value)
1050{
1051 operands[operandIndex] = value;
1052 function->UpdateInstructionOperand(exprIndex, operandIndex, value);
1053}
1054
1055
1056void MediumLevelILInstructionBase::UpdateRawOperandAsSSAVariableList(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected