Package ghidra
Interface GhidraOptions
public interface GhidraOptions
Contains miscellaneous defines used for options.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
Category name for the "Auto Analysis" options.static final String
Category name for the Browser options that affect the display.static final String
Options name for Browser fieldsstatic final String
Category name for the Browser Navigation Marker options.static final String
Category name for Browser Popup optionsstatic final String
Category name for Decompiler Popup optionsstatic final String
Category name for the "Select by Flow" options.static final String
static final String
static final GColor
static final GColor
static final GColor
static final char
Character used to create a "hierarchy" for a property name; the delimiter creates a new "level."static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Options title for Mnemonic group.static final String
static final String
static final String
Options title for Operand group.static final String
Option for the base font.static final String
Option for the following computed calls when selecting by flow.static final String
Option for the following computed jumps when selecting by flow.static final String
Option for the following conditional calls when selecting by flow.static final String
Option for the following conditional jumps when selecting by flow.static final String
Option for the following pointers when selecting by flow.static final String
Option for the following unconditional calls when selecting by flow.static final String
Option for the following unconditional jumps when selecting by flow.static final String
static final String
Option name for the max number of go to entries to be remembered.static final String
Option name for interpreting addresses as a numberstatic final String
Option for the max number of hits found in a search; the search stops when it reaches this limit.static final String
Options title the search categorystatic final String
static final String
Option name for whether to show the block name in the operand.static final String
-
Field Details
-
DELIMITER
static final char DELIMITERCharacter used to create a "hierarchy" for a property name; the delimiter creates a new "level."- See Also:
-
CATEGORY_BROWSER_DISPLAY
Category name for the Browser options that affect the display.- See Also:
-
CATEGORY_BROWSER_NAVIGATION_MARKERS
Category name for the Browser Navigation Marker options.- See Also:
-
OPTION_BASE_FONT
Option for the base font.- See Also:
-
CATEGORY_FLOW_OPTIONS
Category name for the "Select by Flow" options.- See Also:
-
OPTION_FOLLOW_COMPUTED_CALL
Option for the following computed calls when selecting by flow.- See Also:
-
OPTION_FOLLOW_CONDITIONAL_CALL
Option for the following conditional calls when selecting by flow.- See Also:
-
OPTION_FOLLOW_UNCONDITIONAL_CALL
Option for the following unconditional calls when selecting by flow.- See Also:
-
OPTION_FOLLOW_COMPUTED_JUMP
Option for the following computed jumps when selecting by flow.- See Also:
-
OPTION_FOLLOW_CONDITIONAL_JUMP
Option for the following conditional jumps when selecting by flow.- See Also:
-
OPTION_FOLLOW_UNCONDITIONAL_JUMP
Option for the following unconditional jumps when selecting by flow.- See Also:
-
OPTION_FOLLOW_POINTERS
Option for the following pointers when selecting by flow.- See Also:
-
OPTION_SEARCH_LIMIT
Option for the max number of hits found in a search; the search stops when it reaches this limit.- See Also:
-
OPTION_SEARCH_TITLE
Options title the search category- See Also:
-
CATEGORY_AUTO_ANALYSIS
Category name for the "Auto Analysis" options.- See Also:
-
CATEGORY_BROWSER_FIELDS
Options name for Browser fields- See Also:
-
MNEMONIC_GROUP_TITLE
Options title for Mnemonic group.- See Also:
-
OPERAND_GROUP_TITLE
Options title for Operand group.- See Also:
-
LABEL_GROUP_TITLE
- See Also:
-
OPTION_SHOW_BLOCK_NAME
Option name for whether to show the block name in the operand.- See Also:
-
CATEGORY_BROWSER_POPUPS
Category name for Browser Popup options- See Also:
-
CATEGORY_DECOMPILER_POPUPS
Category name for Decompiler Popup options- See Also:
-
OPTION_NUMERIC_FORMATTING
Option name for interpreting addresses as a number- See Also:
-
OPTION_MAX_GO_TO_ENTRIES
Option name for the max number of go to entries to be remembered.- See Also:
-
SHOW_BLOCK_NAME_OPTION
- See Also:
-
DISPLAY_NAMESPACE
- See Also:
-
NAVIGATION_OPTIONS
- See Also:
-
NAVIGATION_RANGE_OPTION
- See Also:
-
EXTERNAL_NAVIGATION_OPTION
- See Also:
-
FOLLOW_INDIRECTION_NAVIGATION_OPTION
- See Also:
-
HIGHLIGHT_CURSOR_LINE_COLOR_OPTION_NAME
- See Also:
-
HIGHLIGHT_CURSOR_LINE_COLOR
- See Also:
-
DEFAULT_CURSOR_LINE_COLOR
-
HIGHLIGHT_CURSOR_LINE_OPTION_NAME
- See Also:
-
HIGHLIGHT_CURSOR_LINE
- See Also:
-
CURSOR_HIGHLIGHT_GROUP
- See Also:
-
CURSOR_HIGHLIGHT_BUTTON_NAME
- See Also:
-
HIGHLIGHT_COLOR_NAME
- See Also:
-
OPTION_SELECTION_COLOR
- See Also:
-
DEFAULT_SELECTION_COLOR
-
OPTION_HIGHLIGHT_COLOR
- See Also:
-
DEFAULT_HIGHLIGHT_COLOR
-
APPLY_ENABLED
- See Also:
-