|
Ghidra 11.4.2
Ghidra internal decompiler documentation.
|
Calculate signatures and save them to a file: saveall signatures <filename> [...]
More...
Public Member Functions | |
| IfcSaveAllSignatures (void) | |
| Constructor. | |
| virtual void | execute (istream &s) |
| virtual void | iterationCallback (Funcdata *fd) |
Protected Attributes | |
| GraphSigManager * | smanage |
| Manager for generating signatures. | |
Calculate signatures and save them to a file: saveall signatures <filename> [...]
For every known function entry point, the function is decompiled (using the current action) and features/signatures are extracted. Features are written out in XML format to the file indicated by the first parameter. The command optionally takes additional parameters that can alter signature generation.