![]() |
miasm
Reverse engineering framework
|


Public Member Functions | |
| def | __init__ (self, expr) |
| def | __repr__ (self) |
| def | to_constraint (self) |
Public Attributes | |
| expr | |
Static Public Attributes | |
| string | operator = "" |
Stand for a constraint on an Expr
| def miasm.expression.expression_helper.CondConstraint.__init__ | ( | self, | |
| expr | |||
| ) |
| def miasm.expression.expression_helper.CondConstraint.__repr__ | ( | self | ) |
| def miasm.expression.expression_helper.CondConstraint.to_constraint | ( | self | ) |
Transform itself into a constraint using Expr
Reimplemented in miasm.expression.expression_helper.CondConstraintNotZero, and miasm.expression.expression_helper.CondConstraintZero.
| miasm.expression.expression_helper.CondConstraint.expr |
|
static |