decompiler
1.0.0
|
This class holds a single entry in a stack used to forward traverse Varnode expressions. More...
Public Member Functions | |
DescTreeElement (Varnode *v) | |
Constructor. | |
Public Attributes | |
Varnode * | vn |
The Varnode at this particular point in the path. | |
list< PcodeOp * >::const_iterator | desciter |
The current edge being traversed. | |
This class holds a single entry in a stack used to forward traverse Varnode expressions.