![]() |
miasm
Reverse engineering framework
|
Functions | |
| def | simp_add_mul (expr_simp, expr) |
| @expr_simp is the current expression simplifier instance (for recursive simplifications) @expr is the expression to (perhaps) simplify More... | |
Variables | |
| a = m2_expr.ExprId('a', 32) | |
| base_expr = a + a + a | |
| def simplification_add.simp_add_mul | ( | expr_simp, | |
| expr | |||
| ) |
@expr_simp is the current expression simplifier instance (for recursive simplifications) @expr is the expression to (perhaps) simplify
| simplification_add.a = m2_expr.ExprId('a', 32) |