decompiler  1.0.0
Public Attributes | List of all members
AddTreeState Class Reference

Structure for sorting out pointer expression trees. More...

#include <ruleaction.hh>

Public Attributes

Varnodeptr
 The pointer varnode.
 
int4 size
 Size of ptr type in question.
 
vector< Varnode * > multiple
 Varnodes which are multiples of size.
 
vector< uintb > coeff
 Associated constant multiple.
 
vector< Varnode * > nonmult
 Varnodes which are not multiples.
 
uintb multsum
 Sum of multiple constants.
 
uintb nonmultsum
 Sum of non-multiple constants.
 
bool valid
 Full tree search was performed.
 

Detailed Description

Structure for sorting out pointer expression trees.


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