Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
Signature command capability. More...
#include <signature_ghidra.hh>
Public Member Functions | |
virtual void | initialize (void) |
Complete initialization of an extension point. | |
![]() | |
const string & | getName (void) const |
Get the capability name. | |
![]() | |
virtual | ~CapabilityPoint (void) |
Destructor. | |
Private Member Functions | |
GhidraSignatureCapability (void) | |
Construct the singleton instance. | |
GhidraSignatureCapability (const GhidraSignatureCapability &op2) | |
Not implemented. | |
GhidraSignatureCapability & | operator= (const GhidraSignatureCapability &op2) |
Not implemented. | |
Static Private Attributes | |
static GhidraSignatureCapability | ghidraSignatureCapability |
Singleton instance. | |
Additional Inherited Members | |
![]() | |
static int4 | readCommand (istream &sin, ostream &out) |
Dispatch a Ghidra command. | |
static void | shutDown (void) |
Release all GhidraCommand resources. | |
![]() | |
static void | initializeAll (void) |
Finish initialization for all extension points. | |
![]() | |
CapabilityPoint (void) | |
Construct extension capability exactly once. | |
![]() | |
string | name |
Identifier for capability and associated commands. | |
![]() | |
static map< string, GhidraCommand * > | commandmap |
The central map from name to Ghidra command. | |
Signature command capability.
This class is instantiated as a singleton and registers commands that the Ghidra client can issue for generating feature vectors extracted from decompiled functions.
|
virtual |
Complete initialization of an extension point.
This method is implemented by each extension so it can do specialized integration
Implements ghidra::CapabilityPoint.
References ghidra::GhidraCapability::commandmap.