Ghidra Decompiler Analysis Engine
|
Command to flush all symbols associated with a Program (executable) More...
#include <ghidra_process.hh>
Public Member Functions | |
virtual void | rawAction (void) |
Perform the action of the command. More... | |
Public Member Functions inherited from GhidraCommand | |
int4 | doit (void) |
Configure and execute the command, then send back results. More... | |
Public Attributes | |
int4 | res |
Success status returned to the client (0=success) | |
Additional Inherited Members | |
Protected Member Functions inherited from GhidraCommand | |
virtual void | loadParameters (void) |
Read parameters directing command execution. More... | |
Protected Attributes inherited from GhidraCommand | |
istream & | sin |
The input stream from the Ghidra client. | |
ostream & | sout |
The output stream to the Ghidra client. | |
ArchitectureGhidra * | ghidra |
The Architecture on which to perform the command. | |
int4 | status |
Meta-command to system (0=wait for next command, 1=terminate process) | |
Command to flush all symbols associated with a Program (executable)
Clear out any Symbol, Scope, Datatype, and Funcdata objects that have accumulated in the symbol table. This lets the decompiler keep a light-weight sync between its view of symbols and the Ghidra client's. Subsequent decompilation will simply (re)fetch any symbols as needed. The command expects a single string parameter encoding the id of the program to flush.
|
virtual |
Perform the action of the command.
Configuration is assumed to have happened, and this object can immediately begin examining and manipulating data under the active Architecture object to perform the command.
Implements GhidraCommand.