Package ghidra
Interface GhidraOptions
-
public interface GhidraOptionsContains miscellaneous defines used for options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGhidraOptions.CURSOR_MOUSE_BUTTON_NAMES
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPPLY_ENABLEDstatic java.lang.StringCATEGORY_AUTO_ANALYSISCategory name for the "Auto Analysis" options.static java.lang.StringCATEGORY_BROWSER_DISPLAYCategory name for the Browser options that affect the display.static java.lang.StringCATEGORY_BROWSER_FIELDSOptions name for Browser fieldsstatic java.lang.StringCATEGORY_BROWSER_NAVIGATION_MARKERSCategory name for the Browser Navigation Marker options.static java.lang.StringCATEGORY_BROWSER_POPUPSCategory name for Browser Popup optionsstatic java.lang.StringCATEGORY_DECOMPILER_POPUPSCategory name for Decompiler Popup optionsstatic java.lang.StringCATEGORY_FLOW_OPTIONSCategory name for the "Select by Flow" options.static java.lang.StringCURSOR_HIGHLIGHT_BUTTON_NAMEstatic java.lang.StringCURSOR_HIGHLIGHT_GROUPstatic java.awt.ColorDEFAULT_CURSOR_LINE_COLORstatic java.awt.ColorDEFAULT_HIGHLIGHT_COLORstatic java.awt.ColorDEFAULT_SELECTION_COLORstatic charDELIMITERCharacter used to create a "hierarchy" for a property name; the delimiter creates a new "level."static java.lang.StringDISPLAY_NAMESPACEstatic java.lang.StringEXTERNAL_NAVIGATION_OPTIONstatic java.lang.StringFOLLOW_INDIRECTION_NAVIGATION_OPTIONstatic java.lang.StringHIGHLIGHT_COLOR_NAMEstatic java.lang.StringHIGHLIGHT_CURSOR_LINEstatic java.lang.StringHIGHLIGHT_CURSOR_LINE_COLORstatic java.lang.StringHIGHLIGHT_CURSOR_LINE_COLOR_OPTION_NAMEstatic java.lang.StringHIGHLIGHT_CURSOR_LINE_OPTION_NAMEstatic java.lang.StringLABEL_GROUP_TITLEstatic java.lang.StringMNEMONIC_GROUP_TITLEOptions title for Mnemonic group.static java.lang.StringNAVIGATION_OPTIONSstatic java.lang.StringNAVIGATION_RANGE_OPTIONstatic java.lang.StringOLD_CATEGORY_BROWSER_DISPLAYDeprecated.static java.lang.StringOLD_CATEGORY_BROWSER_FIELDSDeprecated.static java.lang.StringOLD_CATEGORY_BROWSER_POPUPSDeprecated.static java.lang.StringOPERAND_GROUP_TITLEOptions title for Operand group.static java.lang.StringOPTION_BASE_FONTOption for the base font.static java.lang.StringOPTION_FOLLOW_COMPUTED_CALLOption for the following computed calls when selecting by flow.static java.lang.StringOPTION_FOLLOW_COMPUTED_JUMPOption for the following computed jumps when selecting by flow.static java.lang.StringOPTION_FOLLOW_CONDITIONAL_CALLOption for the following conditional calls when selecting by flow.static java.lang.StringOPTION_FOLLOW_CONDITIONAL_JUMPOption for the following conditional jumps when selecting by flow.static java.lang.StringOPTION_FOLLOW_POINTERSOption for the following pointers when selecting by flow.static java.lang.StringOPTION_FOLLOW_UNCONDITIONAL_CALLOption for the following unconditional calls when selecting by flow.static java.lang.StringOPTION_FOLLOW_UNCONDITIONAL_JUMPOption for the following unconditional jumps when selecting by flow.static java.lang.StringOPTION_HIGHLIGHT_COLORstatic java.lang.StringOPTION_MAX_GO_TO_ENTRIESOption name for the max number of go to entries to be remembered.static java.lang.StringOPTION_NUMERIC_FORMATTINGOption name for interpreting addresses as a numberstatic java.lang.StringOPTION_SEARCH_LIMITOption for the max number of hits found in a search; the search stops when it reaches this limit.static java.lang.StringOPTION_SELECTION_COLORstatic java.lang.StringOPTION_SHOW_BLOCK_NAMEOption name for whether to show the block name in the operand.static java.lang.StringSHOW_BLOCK_NAME_OPTION
-
-
-
Field Detail
-
DELIMITER
static final char DELIMITER
Character used to create a "hierarchy" for a property name; the delimiter creates a new "level."- See Also:
- Constant Field Values
-
CATEGORY_BROWSER_DISPLAY
static final java.lang.String CATEGORY_BROWSER_DISPLAY
Category name for the Browser options that affect the display.- See Also:
- Constant Field Values
-
OLD_CATEGORY_BROWSER_DISPLAY
@Deprecated static final java.lang.String OLD_CATEGORY_BROWSER_DISPLAY
Deprecated.- See Also:
- Constant Field Values
-
CATEGORY_BROWSER_NAVIGATION_MARKERS
static final java.lang.String CATEGORY_BROWSER_NAVIGATION_MARKERS
Category name for the Browser Navigation Marker options.- See Also:
- Constant Field Values
-
OPTION_BASE_FONT
static final java.lang.String OPTION_BASE_FONT
Option for the base font.- See Also:
- Constant Field Values
-
CATEGORY_FLOW_OPTIONS
static final java.lang.String CATEGORY_FLOW_OPTIONS
Category name for the "Select by Flow" options.- See Also:
- Constant Field Values
-
OPTION_FOLLOW_COMPUTED_CALL
static final java.lang.String OPTION_FOLLOW_COMPUTED_CALL
Option for the following computed calls when selecting by flow.- See Also:
- Constant Field Values
-
OPTION_FOLLOW_CONDITIONAL_CALL
static final java.lang.String OPTION_FOLLOW_CONDITIONAL_CALL
Option for the following conditional calls when selecting by flow.- See Also:
- Constant Field Values
-
OPTION_FOLLOW_UNCONDITIONAL_CALL
static final java.lang.String OPTION_FOLLOW_UNCONDITIONAL_CALL
Option for the following unconditional calls when selecting by flow.- See Also:
- Constant Field Values
-
OPTION_FOLLOW_COMPUTED_JUMP
static final java.lang.String OPTION_FOLLOW_COMPUTED_JUMP
Option for the following computed jumps when selecting by flow.- See Also:
- Constant Field Values
-
OPTION_FOLLOW_CONDITIONAL_JUMP
static final java.lang.String OPTION_FOLLOW_CONDITIONAL_JUMP
Option for the following conditional jumps when selecting by flow.- See Also:
- Constant Field Values
-
OPTION_FOLLOW_UNCONDITIONAL_JUMP
static final java.lang.String OPTION_FOLLOW_UNCONDITIONAL_JUMP
Option for the following unconditional jumps when selecting by flow.- See Also:
- Constant Field Values
-
OPTION_FOLLOW_POINTERS
static final java.lang.String OPTION_FOLLOW_POINTERS
Option for the following pointers when selecting by flow.- See Also:
- Constant Field Values
-
OPTION_SEARCH_LIMIT
static final java.lang.String OPTION_SEARCH_LIMIT
Option for the max number of hits found in a search; the search stops when it reaches this limit.- See Also:
- Constant Field Values
-
CATEGORY_AUTO_ANALYSIS
static final java.lang.String CATEGORY_AUTO_ANALYSIS
Category name for the "Auto Analysis" options.- See Also:
- Constant Field Values
-
CATEGORY_BROWSER_FIELDS
static final java.lang.String CATEGORY_BROWSER_FIELDS
Options name for Browser fields- See Also:
- Constant Field Values
-
OLD_CATEGORY_BROWSER_FIELDS
@Deprecated static final java.lang.String OLD_CATEGORY_BROWSER_FIELDS
Deprecated.- See Also:
- Constant Field Values
-
MNEMONIC_GROUP_TITLE
static final java.lang.String MNEMONIC_GROUP_TITLE
Options title for Mnemonic group.- See Also:
- Constant Field Values
-
OPERAND_GROUP_TITLE
static final java.lang.String OPERAND_GROUP_TITLE
Options title for Operand group.- See Also:
- Constant Field Values
-
LABEL_GROUP_TITLE
static final java.lang.String LABEL_GROUP_TITLE
- See Also:
- Constant Field Values
-
OPTION_SHOW_BLOCK_NAME
static final java.lang.String OPTION_SHOW_BLOCK_NAME
Option name for whether to show the block name in the operand.- See Also:
- Constant Field Values
-
CATEGORY_BROWSER_POPUPS
static final java.lang.String CATEGORY_BROWSER_POPUPS
Category name for Browser Popup options- See Also:
- Constant Field Values
-
OLD_CATEGORY_BROWSER_POPUPS
@Deprecated static final java.lang.String OLD_CATEGORY_BROWSER_POPUPS
Deprecated.- See Also:
- Constant Field Values
-
CATEGORY_DECOMPILER_POPUPS
static final java.lang.String CATEGORY_DECOMPILER_POPUPS
Category name for Decompiler Popup options- See Also:
- Constant Field Values
-
OPTION_NUMERIC_FORMATTING
static final java.lang.String OPTION_NUMERIC_FORMATTING
Option name for interpreting addresses as a number- See Also:
- Constant Field Values
-
OPTION_MAX_GO_TO_ENTRIES
static final java.lang.String OPTION_MAX_GO_TO_ENTRIES
Option name for the max number of go to entries to be remembered.- See Also:
- Constant Field Values
-
SHOW_BLOCK_NAME_OPTION
static final java.lang.String SHOW_BLOCK_NAME_OPTION
- See Also:
- Constant Field Values
-
DISPLAY_NAMESPACE
static final java.lang.String DISPLAY_NAMESPACE
- See Also:
- Constant Field Values
-
NAVIGATION_OPTIONS
static final java.lang.String NAVIGATION_OPTIONS
- See Also:
- Constant Field Values
-
NAVIGATION_RANGE_OPTION
static final java.lang.String NAVIGATION_RANGE_OPTION
- See Also:
- Constant Field Values
-
EXTERNAL_NAVIGATION_OPTION
static final java.lang.String EXTERNAL_NAVIGATION_OPTION
- See Also:
- Constant Field Values
-
FOLLOW_INDIRECTION_NAVIGATION_OPTION
static final java.lang.String FOLLOW_INDIRECTION_NAVIGATION_OPTION
- See Also:
- Constant Field Values
-
HIGHLIGHT_CURSOR_LINE_COLOR_OPTION_NAME
static final java.lang.String HIGHLIGHT_CURSOR_LINE_COLOR_OPTION_NAME
- See Also:
- Constant Field Values
-
HIGHLIGHT_CURSOR_LINE_COLOR
static final java.lang.String HIGHLIGHT_CURSOR_LINE_COLOR
- See Also:
- Constant Field Values
-
DEFAULT_CURSOR_LINE_COLOR
static final java.awt.Color DEFAULT_CURSOR_LINE_COLOR
-
HIGHLIGHT_CURSOR_LINE_OPTION_NAME
static final java.lang.String HIGHLIGHT_CURSOR_LINE_OPTION_NAME
- See Also:
- Constant Field Values
-
HIGHLIGHT_CURSOR_LINE
static final java.lang.String HIGHLIGHT_CURSOR_LINE
- See Also:
- Constant Field Values
-
CURSOR_HIGHLIGHT_GROUP
static final java.lang.String CURSOR_HIGHLIGHT_GROUP
- See Also:
- Constant Field Values
-
CURSOR_HIGHLIGHT_BUTTON_NAME
static final java.lang.String CURSOR_HIGHLIGHT_BUTTON_NAME
- See Also:
- Constant Field Values
-
HIGHLIGHT_COLOR_NAME
static final java.lang.String HIGHLIGHT_COLOR_NAME
- See Also:
- Constant Field Values
-
OPTION_SELECTION_COLOR
static final java.lang.String OPTION_SELECTION_COLOR
- See Also:
- Constant Field Values
-
DEFAULT_SELECTION_COLOR
static final java.awt.Color DEFAULT_SELECTION_COLOR
-
OPTION_HIGHLIGHT_COLOR
static final java.lang.String OPTION_HIGHLIGHT_COLOR
- See Also:
- Constant Field Values
-
DEFAULT_HIGHLIGHT_COLOR
static final java.awt.Color DEFAULT_HIGHLIGHT_COLOR
-
APPLY_ENABLED
static final java.lang.String APPLY_ENABLED
- See Also:
- Constant Field Values
-
-