DecompileOptions

Package: ghidra.app.decompiler
Type: class

11.3_PUBLIC

removedmethod: getFunctionColor
java.awt.Color getFunctionColor()

11.0_PUBLIC

addedmethod: getFunctionBraceFormat
ghidra.app.decompiler.DecompileOptions.BraceStyle getFunctionBraceFormat()
addedmethod: getIfElseBraceFormat
ghidra.app.decompiler.DecompileOptions.BraceStyle getIfElseBraceFormat()
addedmethod: getLoopBraceFormat
ghidra.app.decompiler.DecompileOptions.BraceStyle getLoopBraceFormat()
addedmethod: getSwitchBraceFormat
ghidra.app.decompiler.DecompileOptions.BraceStyle getSwitchBraceFormat()
addedmethod: isRespectReadOnly
boolean isRespectReadOnly()
addedmethod: setFunctionBraceFormat
void setFunctionBraceFormat(ghidra.app.decompiler.DecompileOptions.BraceStyle style)
addedmethod: setIfElseBraceFormat
void setIfElseBraceFormat(ghidra.app.decompiler.DecompileOptions.BraceStyle style)
addedmethod: setLoopBraceFormat
void setLoopBraceFormat(ghidra.app.decompiler.DecompileOptions.BraceStyle style)
addedmethod: setRespectReadOnly
void setRespectReadOnly(boolean readOnly)
addedmethod: setSwitchBraceFormat
void setSwitchBraceFormat(ghidra.app.decompiler.DecompileOptions.BraceStyle style)

10.3.1_PUBLIC

addedmethod: getMaxJumpTableEntries
int getMaxJumpTableEntries()
addedmethod: getNameTransformer
ghidra.program.model.symbol.NameTransformer getNameTransformer()
addedmethod: grabFromToolAndProgram
void grabFromToolAndProgram(ghidra.framework.options.ToolOptions fieldOptions, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program)
addedmethod: registerOptions
void registerOptions(ghidra.framework.options.ToolOptions fieldOptions, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program)
addedmethod: setMaxJumpTableEntries
void setMaxJumpTableEntries(int num)
addedmethod: setNameTransformer
void setNameTransformer(ghidra.program.model.symbol.NameTransformer transformer)
addedfield: SUGGESTED_MAX_JUMPTABLE_ENTRIES
static int SUGGESTED_MAX_JUMPTABLE_ENTRIES
removedmethod: grabFromToolAndProgram
void grabFromToolAndProgram(ghidra.framework.plugintool.Plugin ownerPlugin, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program)
removedmethod: registerOptions
void registerOptions(ghidra.framework.plugintool.Plugin ownerPlugin, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program)

10.3_PUBLIC

addedfield: DEFAULT_FONT_ID
static java.lang.String DEFAULT_FONT_ID
addedmethod: getBackgroundColor
java.awt.Color getBackgroundColor()
removedmethod: getCodeViewerBackgroundColor
java.awt.Color getCodeViewerBackgroundColor()

10.2_PUBLIC

addedmethod: encode
void encode(ghidra.program.model.pcode.Encoder encoder, ghidra.app.decompiler.DecompInterface iface) throws IOException
addedmethod: getErrorColor
java.awt.Color getErrorColor()
addedmethod: getSpecialColor
java.awt.Color getSpecialColor()
removedmethod: getXML
java.lang.String getXML(ghidra.app.decompiler.DecompInterface iface)

10.0_PUBLIC

addedmethod: getMaxInstructions
int getMaxInstructions()
addedmethod: setMaxInstructions
void setMaxInstructions(int num)
addedfield: SUGGESTED_MAX_INSTRUCTIONS
static int SUGGESTED_MAX_INSTRUCTIONS

9.2_PUBLIC

addedmethod: registerOptions
void registerOptions(ghidra.framework.plugintool.Plugin ownerPlugin, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program)
addedmethod: setMaxWidth
void setMaxWidth(int maxwidth)
removedmethod: isDisplayNamespaces
boolean isDisplayNamespaces()
removedmethod: registerOptions
void registerOptions(ghidra.framework.plugintool.Plugin ownerPlugin, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program, ghidra.util.HelpLocation help)

9.0.1_PUBLIC

introducedInitial version