miasm
Reverse engineering framework
miasm.expression.expression_helper.CondConstraintZero Class Reference
Inheritance diagram for miasm.expression.expression_helper.CondConstraintZero:
Collaboration diagram for miasm.expression.expression_helper.CondConstraintZero:

Public Member Functions

def to_constraint (self)
 
- Public Member Functions inherited from miasm.expression.expression_helper.CondConstraint
def __init__ (self, expr)
 
def __repr__ (self)
 

Static Public Attributes

 operator = m2_expr.TOK_EQUAL
 
- Static Public Attributes inherited from miasm.expression.expression_helper.CondConstraint
string operator = ""
 

Additional Inherited Members

- Public Attributes inherited from miasm.expression.expression_helper.CondConstraint
 expr
 

Detailed Description

Stand for a constraint like 'A == 0'

Member Function Documentation

◆ to_constraint()

def miasm.expression.expression_helper.CondConstraintZero.to_constraint (   self)
Transform itself into a constraint using Expr

Reimplemented from miasm.expression.expression_helper.CondConstraint.

Member Data Documentation

◆ operator

miasm.expression.expression_helper.CondConstraintZero.operator = m2_expr.TOK_EQUAL
static

The documentation for this class was generated from the following file: