My Project
|
A symbol name recommendation with its associated storage location. More...
#include <varmap.hh>
Public Member Functions | |
NameRecommend (const Address &ad, const Address &use, int4 sz, const string &nm, uint8 id) | |
Constructor. | |
const Address & | getAddr (void) const |
Get the storage address. | |
const Address & | getUseAddr (void) const |
Get the use point address. | |
int4 | getSize (void) const |
Get the optional size. | |
string | getName (void) const |
Get the recommended name. | |
uint8 | getSymbolId (void) const |
Get the original Symbol id. | |
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.