Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::IfcSaveAllSignatures Class Reference

Calculate signatures and save them to a file: saveall signatures <filename> [...] More...

Inheritance diagram for ghidra::IfcSaveAllSignatures:
[legend]
Collaboration diagram for ghidra::IfcSaveAllSignatures:
[legend]

Public Member Functions

 IfcSaveAllSignatures (void)
 Constructor.
 
virtual void execute (istream &s)
 
virtual void iterationCallback (Funcdata *fd)
 

Protected Attributes

GraphSigManagersmanage
 Manager for generating signatures.
 

Detailed Description

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.


The documentation for this class was generated from the following files: