|
decompiler
1.0.0
|
A symbol name recommendation with its associated storage location. More...
#include <varmap.hh>
Private Attributes | |
| Address | addr |
| The starting address of the storage location. | |
| Address | useaddr |
| The code address at the point of use. | |
| int4 | size |
| An optional/recommended size for the variable being stored. | |
| string | name |
| The local symbol name recommendation. | |
| uint8 | symbolId |
| Id associated with the original Symbol. | |
A symbol name recommendation with its associated storage location.
The name is associated with a static Address and use point in the code. Symbols present at the end of function decompilation without a name can acquire this name if their storage matches.
1.8.17