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