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

Method UpdateRawOperandAsInteger

highlevelilinstruction.cpp:800–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798
799
800void HighLevelILInstructionBase::UpdateRawOperandAsInteger(size_t operandIndex, uint64_t value)
801{
802 operands[operandIndex] = value;
803 function->UpdateInstructionOperand(exprIndex, operandIndex, value);
804}
805
806
807void HighLevelILInstructionBase::UpdateRawOperandAsExprList(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected