Package ghidra.app.util
Interface PluginConstants
public interface PluginConstants
Miscellaneous defined constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final char
Wildcard char for a single char.static final char
Wildcard char for any string.static final String
static final String
static final String
static final String
Delimiter used to denote sub-categories for specifying a plugin's category.static final String
static final int
The default search limit.static final String
Default name for the default program treestatic final String
Plugin descriptive name suffix used when a Plugin is still in "development" stage and needs more work to get to the "prototype" stage.static final String
static final String
static final String
Plugin descriptive name suffix used when a Plugin is still in a "prototype" stage, where a test plan hasn't been fully written to thoroughly test the plugin's functionality to stamp it "released".static final Color
Color for highlighting for searches.static final String
Option name for highlight colorstatic final Color
Default highlight color used when something to highlight is at the current address.static final String
Option name for highlight color used when something to highlight is at the current address.static final String
Option name for whether to highlight search results.static final String
Name of the Options object for Search.
-
Field Details
-
CATEGORY_DELIMITER
Delimiter used to denote sub-categories for specifying a plugin's category.- See Also:
-
PROTOTYPE
Plugin descriptive name suffix used when a Plugin is still in a "prototype" stage, where a test plan hasn't been fully written to thoroughly test the plugin's functionality to stamp it "released".- See Also:
-
DEVELOP
Plugin descriptive name suffix used when a Plugin is still in "development" stage and needs more work to get to the "prototype" stage.- See Also:
-
DEFAULT_TREE_NAME
Default name for the default program tree- See Also:
-
DEFAULT_SEARCH_LIMIT
static final int DEFAULT_SEARCH_LIMITThe default search limit.- See Also:
-
ANYSUBSTRING_WILDCARD_CHAR
static final char ANYSUBSTRING_WILDCARD_CHARWildcard char for any string.- See Also:
-
ANYSINGLECHAR_WILDCARD_CHAR
static final char ANYSINGLECHAR_WILDCARD_CHARWildcard char for a single char.- See Also:
-
CODE_BROWSER
- See Also:
-
MEMORY_MAP
- See Also:
-
BYTE_VIEWER
- See Also:
-
BOOKMARKS
- See Also:
-
PRE_POPULATE_MEM_SEARCH
- See Also:
-
AUTO_RESTRICT_SELECTION
- See Also:
-
SEARCH_OPTION_NAME
Name of the Options object for Search.- See Also:
-
SEARCH_HIGHLIGHT_COLOR_NAME
Option name for highlight color- See Also:
-
SEARCH_HIGHLIGHT_CURRENT_COLOR_NAME
Option name for highlight color used when something to highlight is at the current address.- See Also:
-
SEARCH_HIGHLIGHT_NAME
Option name for whether to highlight search results.- See Also:
-
SEARCH_HIGHLIGHT_COLOR
Color for highlighting for searches. -
SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR
Default highlight color used when something to highlight is at the current address.
-