|
My Project
|
Structure for sorting out pointer expression trees. More...
#include <ruleaction.hh>

Public Attributes | |
| Varnode * | ptr |
| 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. | |
Structure for sorting out pointer expression trees.
1.8.13