![]() |
miasm
Reverse engineering framework
|
Public Member Functions | |
def | to_constraint (self) |
![]() | |
def | __init__ (self, expr) |
def | __repr__ (self) |
Static Public Attributes | |
operator = m2_expr.TOK_EQUAL | |
![]() | |
string | operator = "" |
Additional Inherited Members | |
![]() | |
expr | |
Stand for a constraint like 'A == 0'
def miasm.expression.expression_helper.CondConstraintZero.to_constraint | ( | self | ) |
Transform itself into a constraint using Expr
Reimplemented from miasm.expression.expression_helper.CondConstraint.
|
static |