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

Method UpdateRawOperand

highlevelilinstruction.cpp:793–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791
792
793void HighLevelILInstructionBase::UpdateRawOperand(size_t operandIndex, ExprId value)
794{
795 operands[operandIndex] = value;
796 function->UpdateInstructionOperand(exprIndex, operandIndex, value);
797}
798
799
800void HighLevelILInstructionBase::UpdateRawOperandAsInteger(size_t operandIndex, uint64_t value)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected