| 602 | |
| 603 | |
| 604 | void LowLevelILFunction::ReplaceExpr(size_t expr, size_t newExpr) |
| 605 | { |
| 606 | BNReplaceLowLevelILExpr(m_object, expr, newExpr); |
| 607 | } |
| 608 | |
| 609 | |
| 610 | void LowLevelILFunction::SetExprAttributes(size_t expr, uint32_t attributes) |
no outgoing calls
no test coverage detected