|
Ghidra Decompiler Analysis Engine
|
Add a dynamic symbol to the current function: map hash <address> <hash> <typedeclaration>
More...


Public Member Functions | |
| virtual void | execute (istream &s) |
Public Member Functions inherited from IfaceDecompCommand | |
| virtual void | setData (IfaceStatus *root, IfaceData *data) |
| Associate a specific data object with this command. More... | |
| virtual string | getModule (void) const |
| Get the formal module name to which this command belongs. More... | |
| virtual IfaceData * | createData (void) |
| Create a specialized data object for this command (and its module) More... | |
| virtual void | iterationCallback (Funcdata *fd) |
| Perform the per-function aspect of this command. More... | |
| void | iterateFunctionsAddrOrder (void) |
| Iterate command over all functions in all scopes. More... | |
| void | iterateFunctionsLeafOrder (void) |
| Iterate command over all functions in a call-graph traversal. More... | |
Public Member Functions inherited from IfaceCommand | |
| void | addWord (const string &temp) |
| Add a token to the command line string associated with this command. More... | |
| void | addWords (const vector< string > &wordlist) |
| Add words to the associated command line string. | |
| void | commandString (string &res) const |
| Get the complete command line string. More... | |
| int4 | compare (const IfaceCommand &op2) const |
| Order two commands by their command line strings. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from IfaceDecompCommand | |
| void | iterateScopesRecursive (Scope *scope) |
| Iterate recursively over all functions in given scope. More... | |
| void | iterateFunctionsAddrOrder (Scope *scope) |
| Iterate over all functions in a given scope. More... | |
Protected Attributes inherited from IfaceDecompCommand | |
| IfaceStatus * | status |
| The console owning this command. | |
| IfaceDecompData * | dcp |
| Data common to decompiler commands. | |
Add a dynamic symbol to the current function: map hash <address> <hash> <typedeclaration>
The command only creates local variables for the current function. The name and data-type are taken from a C syntax type declaration. The symbol is not associated with a particular storage address but with a specific Varnode in the data-flow, specified by a code address and hash of the local data-flow structure.
|
virtual |
Execute this command. Additional state can be read from the given command line stream. Otherwise, the command gets its data from its registered IfaceData object
| s | is the input stream from the command line |
Implements IfaceCommand.
1.8.17