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

Method UpdateRawOperand

lowlevelilinstruction.cpp:1560–1564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1558
1559
1560void LowLevelILInstructionBase::UpdateRawOperand(size_t operandIndex, ExprId value)
1561{
1562 operands[operandIndex] = value;
1563 function->UpdateInstructionOperand(exprIndex, operandIndex, value);
1564}
1565
1566
1567void LowLevelILInstructionBase::UpdateRawOperandAsSSARegisterList(size_t operandIndex, const vector<SSARegister>& regs)

Callers 15

SetDestMemoryVersionMethod · 0.45
SetDestMemoryVersionMethod · 0.45
SetDestMemoryVersionMethod · 0.45
SetDestMemoryVersionMethod · 0.45
SetDestMemoryVersionMethod · 0.45
SetDestMemoryVersionMethod · 0.45
SetDestMemoryVersionMethod · 0.45
SetHighSSAVersionMethod · 0.45
SetLowSSAVersionMethod · 0.45

Calls 1

Tested by

no test coverage detected