Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
Calculate signatures and save combined hashes to a file: produce signatures <filename> [...]
More...
Public Member Functions | |
virtual void | iterationCallback (Funcdata *fd) |
![]() | |
IfcSaveAllSignatures (void) | |
Constructor. | |
virtual void | execute (istream &s) |
Additional Inherited Members | |
![]() | |
GraphSigManager * | smanage |
Manager for generating signatures. | |
Calculate signatures and save combined hashes to a file: produce signatures <filename> [...]
For every known function entry point, the function is decompiled (using the current action) and features/signatures are extracted. Features for a single function are combined using an overall hash and written out to the file indicated by the first parameter. The file will contain one line per function, with the name of the function followed by the overall hash. The command optionally takes additional parameters that can alter signature generation.
|
virtual |
Reimplemented from ghidra::IfcSaveAllSignatures.