![]() |
miasm
Reverse engineering framework
|


Public Member Functions | |
| def | __init__ (self, graph) |
| def | link_nodes (self, expr, *args, **kwargs) |
Public Member Functions inherited from miasm.expression.expression.ExprWalk | |
| def | visit (self, expr, *args, **kwargs) |
Public Attributes | |
| graph | |
Public Attributes inherited from miasm.expression.expression.ExprWalk | |
| cache | |
| callback | |
Public Attributes inherited from miasm.expression.expression.ExprWalkBase | |
| callback | |
Transform an Expression into a tree and add link nodes to an existing tree
| def miasm.analysis.data_flow.ExprToGraph.__init__ | ( | self, | |
| graph | |||
| ) |
| def miasm.analysis.data_flow.ExprToGraph.link_nodes | ( | self, | |
| expr, | |||
| * | args, | ||
| ** | kwargs | ||
| ) |
Transform an Expression @expr into a tree and add link nodes to the current tree @expr: Expression

| miasm.analysis.data_flow.ExprToGraph.graph |