Package ghidra.app.plugin
Interface PluginCategoryNames
public interface PluginCategoryNames
A listing of commonly used
PluginDescription category names.
Note - the Front End tool automatically include plugins that: 1) implement
ApplicationLevelPlugin, have the PluginStatus.RELEASED, and do not have the
EXAMPLES category. If you wish to create an ApplicationLevelPlugin that is not
automatically included in the Front End, the easiest way to do that is to mark its status as
PluginStatus.STABLE.
-
Field Details
-
ANALYSIS
- See Also:
-
COMMON
- See Also:
-
CODE_VIEWER
- See Also:
-
DEBUGGER
- See Also:
-
DIAGNOSTIC
- See Also:
-
EXAMPLES
- See Also:
-
FRAMEWORK
- See Also:
-
GRAPH
- See Also:
-
NAVIGATION
- See Also:
-
SEARCH
- See Also:
-
SELECTION
- See Also:
-
PROGRAM_ORGANIZATION
- See Also:
-