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

Method UpdateInstructionOperand

lowlevelil.cpp:598–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596
597
598void LowLevelILFunction::UpdateInstructionOperand(size_t i, size_t operandIndex, ExprId value)
599{
600 BNUpdateLowLevelILOperand(m_object, i, operandIndex, value);
601}
602
603
604void LowLevelILFunction::ReplaceExpr(size_t expr, size_t newExpr)

Callers 4

UpdateRawOperandMethod · 0.45
UpdateRawOperandMethod · 0.45
UpdateRawOperandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected