|
decompiler 1.0.0
|
Interface capability point for console commands associated with signature/feature generation. More...
#include <analyzesigs.hh>
Public Member Functions | |
| virtual void | registerCommands (IfaceStatus *status) |
| Register commands for this grouping. | |
Public Member Functions inherited from ghidra::IfaceCapability | |
| const string & | getName (void) const |
| Get the name of the capability. | |
| virtual void | initialize (void) |
| Complete initialization of an extension point. | |
Public Member Functions inherited from ghidra::CapabilityPoint | |
| virtual | ~CapabilityPoint (void) |
| Destructor. | |
Private Member Functions | |
| IfaceAnalyzeSigsCapability (void) | |
| Construct the singleton. | |
| IfaceAnalyzeSigsCapability (const IfaceAnalyzeSigsCapability &op2) | |
| Not implemented. | |
| IfaceAnalyzeSigsCapability & | operator= (const IfaceAnalyzeSigsCapability &op2) |
| Not implemented. | |
Static Private Attributes | |
| static IfaceAnalyzeSigsCapability | ifaceAnalyzeSigsCapability |
| Singleton instance. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ghidra::IfaceCapability | |
| static void | registerAllCommands (IfaceStatus *status) |
| Register all discovered commands with the interface. | |
Static Public Member Functions inherited from ghidra::CapabilityPoint | |
| static void | initializeAll (void) |
| Finish initialization for all extension points. | |
Protected Member Functions inherited from ghidra::CapabilityPoint | |
| CapabilityPoint (void) | |
| Construct extension capability exactly once. | |
Protected Attributes inherited from ghidra::IfaceCapability | |
| string | name |
| Identifying name for the capability. | |
Interface capability point for console commands associated with signature/feature generation.
|
virtual |
Register commands for this grouping.
Implements ghidra::IfaceCapability.
References ghidra::IfaceStatus::registerCom().