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

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

string operator = "!="
 
- 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.CondConstraintNotZero.to_constraint (   self)
Transform itself into a constraint using Expr

Reimplemented from miasm.expression.expression_helper.CondConstraint.

Member Data Documentation

◆ operator

string miasm.expression.expression_helper.CondConstraintNotZero.operator = "!="
static

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