Ghidra API changes: 11.0.1_PUBLIC → 11.0.2_PUBLIC

12 types modified

Modified Types 12
class generic.test.AbstractGenericTest 2 changes history
modifiedmethod: loadTextResource return type: ArrayList → List
- static java.util.ArrayList<java.lang.String> loadTextResource(java.lang.String name) throws IOException
+ static java.util.List<java.lang.String> loadTextResource(java.lang.String name) throws IOException
removedmethod: getLocalResourceFile
java.io.File getLocalResourceFile(java.lang.String relativePath)
class generic.test.AbstractGuiTest 1 change history
addedmethod: createApplicationConfiguration
ghidra.framework.ApplicationConfiguration createApplicationConfiguration()
class ghidra.app.util.bin.format.coff.CoffMachineType 1 change history
addedfield: IMAGE_FILE_MACHINE_TI_TMS320C3x4x
static short IMAGE_FILE_MACHINE_TI_TMS320C3x4x
class ghidra.app.util.bin.format.coff.CoffSymbolSectionNumber 2 changes history
addedfield: N_UNDEF
static short N_UNDEF
removedfield: N_UNDEf
static short N_UNDEf
class ghidra.app.util.html.HTMLDataTypeRepresentation 2 changes history
modifiedfield: HTML_OPEN constant: "<HTML>" → "<html>"
- static java.lang.String HTML_OPEN
+ static java.lang.String HTML_OPEN
modifiedfield: HTML_CLOSE constant: "</HTML>" → "</html>"
- static java.lang.String HTML_CLOSE
+ static java.lang.String HTML_CLOSE
class ghidra.framework.options.AbstractOptions 3 changes history
removedmethod: registerOptionsEditor
void registerOptionsEditor(java.lang.String categoryPath, ghidra.framework.options.OptionsEditor editor)
removedmethod: registerOption
void registerOption(java.lang.String optionName, ghidra.framework.options.OptionType type, java.lang.Object defaultValue, ghidra.util.HelpLocation help, java.lang.String description, java.beans.PropertyEditor editor)
removedmethod: registerOptionsEditor
void registerOptionsEditor(ghidra.framework.options.OptionsEditor editor)
class ghidra.framework.options.SubOptions 2 changes history
removedmethod: registerOption
void registerOption(java.lang.String optionName, ghidra.framework.options.OptionType type, java.lang.Object defaultValue, ghidra.util.HelpLocation help, java.lang.String description, java.beans.PropertyEditor editor)
removedmethod: registerOptionsEditor
void registerOptionsEditor(ghidra.framework.options.OptionsEditor editor)
class ghidra.framework.store.remote.RemoteDatabaseItem 3 changes history
modifiedmethod: open param 1 renamed: version → fileVersion
- db.buffers.ManagedBufferFileAdapter open(int version, int minChangeDataVer) throws IOException
+ db.buffers.ManagedBufferFileAdapter open(int fileVersion, int minChangeDataVer) throws IOException
modifiedmethod: open param 1 renamed: version → fileVersion
- db.buffers.ManagedBufferFileAdapter open(int version) throws IOException
+ db.buffers.ManagedBufferFileAdapter open(int fileVersion) throws IOException
modifiedmethod: output param 2 renamed: version → fileVersion
- void output(java.io.File outputFile, int version, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
+ void output(java.io.File outputFile, int fileVersion, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
class ghidra.framework.store.remote.RemoteFolderItem 2 changes history
addedfield: fileID
java.lang.String fileID
modifiedmethod: getFileID removed throws IOException
- java.lang.String getFileID() throws IOException
+ java.lang.String getFileID()
class ghidra.pty.windows.AnsiBufferedInputStream 1 change history
addedmethod: execPrivateSequence
void execPrivateSequence(boolean enable)
class ghidra.test.AbstractGhidraHeadlessIntegrationTest 1 change history
addedmethod: undo
static void undo(ghidra.framework.model.UndoableDomainObject dobj, java.lang.String name)
class ghidra.util.HTMLUtilities 5 changes history
modifiedfield: HTML_CLOSE constant: "</HTML>" → "</html>"
- static java.lang.String HTML_CLOSE
+ static java.lang.String HTML_CLOSE
modifiedfield: PRE constant: "<PRE>" → "<pre>"
- static java.lang.String PRE
+ static java.lang.String PRE
modifiedfield: PRE_CLOSE constant: "</PRE>" → "</pre>"
- static java.lang.String PRE_CLOSE
+ static java.lang.String PRE_CLOSE
modifiedfield: HTML constant: "<HTML>" → "<html>"
- static java.lang.String HTML
+ static java.lang.String HTML
modifiedfield: BR constant: "<BR>" → "<br>"
- static java.lang.String BR
+ static java.lang.String BR
generic.test 2 modified
class generic.test.AbstractGenericTest 2 changes history
modifiedmethod: loadTextResource return type: ArrayList → List
- static java.util.ArrayList<java.lang.String> loadTextResource(java.lang.String name) throws IOException
+ static java.util.List<java.lang.String> loadTextResource(java.lang.String name) throws IOException
removedmethod: getLocalResourceFile
java.io.File getLocalResourceFile(java.lang.String relativePath)
class generic.test.AbstractGuiTest 1 change history
addedmethod: createApplicationConfiguration
ghidra.framework.ApplicationConfiguration createApplicationConfiguration()
ghidra.app.util.bin.format.coff 2 modified
class ghidra.app.util.bin.format.coff.CoffMachineType 1 change history
addedfield: IMAGE_FILE_MACHINE_TI_TMS320C3x4x
static short IMAGE_FILE_MACHINE_TI_TMS320C3x4x
class ghidra.app.util.bin.format.coff.CoffSymbolSectionNumber 2 changes history
addedfield: N_UNDEF
static short N_UNDEF
removedfield: N_UNDEf
static short N_UNDEf
ghidra.app.util.html 1 modified
class ghidra.app.util.html.HTMLDataTypeRepresentation 2 changes history
modifiedfield: HTML_OPEN constant: "<HTML>" → "<html>"
- static java.lang.String HTML_OPEN
+ static java.lang.String HTML_OPEN
modifiedfield: HTML_CLOSE constant: "</HTML>" → "</html>"
- static java.lang.String HTML_CLOSE
+ static java.lang.String HTML_CLOSE
ghidra.framework.options 2 modified
class ghidra.framework.options.AbstractOptions 3 changes history
removedmethod: registerOptionsEditor
void registerOptionsEditor(java.lang.String categoryPath, ghidra.framework.options.OptionsEditor editor)
removedmethod: registerOption
void registerOption(java.lang.String optionName, ghidra.framework.options.OptionType type, java.lang.Object defaultValue, ghidra.util.HelpLocation help, java.lang.String description, java.beans.PropertyEditor editor)
removedmethod: registerOptionsEditor
void registerOptionsEditor(ghidra.framework.options.OptionsEditor editor)
class ghidra.framework.options.SubOptions 2 changes history
removedmethod: registerOption
void registerOption(java.lang.String optionName, ghidra.framework.options.OptionType type, java.lang.Object defaultValue, ghidra.util.HelpLocation help, java.lang.String description, java.beans.PropertyEditor editor)
removedmethod: registerOptionsEditor
void registerOptionsEditor(ghidra.framework.options.OptionsEditor editor)
ghidra.framework.store.remote 2 modified
class ghidra.framework.store.remote.RemoteDatabaseItem 3 changes history
modifiedmethod: open param 1 renamed: version → fileVersion
- db.buffers.ManagedBufferFileAdapter open(int version, int minChangeDataVer) throws IOException
+ db.buffers.ManagedBufferFileAdapter open(int fileVersion, int minChangeDataVer) throws IOException
modifiedmethod: open param 1 renamed: version → fileVersion
- db.buffers.ManagedBufferFileAdapter open(int version) throws IOException
+ db.buffers.ManagedBufferFileAdapter open(int fileVersion) throws IOException
modifiedmethod: output param 2 renamed: version → fileVersion
- void output(java.io.File outputFile, int version, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
+ void output(java.io.File outputFile, int fileVersion, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
class ghidra.framework.store.remote.RemoteFolderItem 2 changes history
addedfield: fileID
java.lang.String fileID
modifiedmethod: getFileID removed throws IOException
- java.lang.String getFileID() throws IOException
+ java.lang.String getFileID()
ghidra.pty.windows 1 modified
class ghidra.pty.windows.AnsiBufferedInputStream 1 change history
addedmethod: execPrivateSequence
void execPrivateSequence(boolean enable)
ghidra.test 1 modified
class ghidra.test.AbstractGhidraHeadlessIntegrationTest 1 change history
addedmethod: undo
static void undo(ghidra.framework.model.UndoableDomainObject dobj, java.lang.String name)
ghidra.util 1 modified
class ghidra.util.HTMLUtilities 5 changes history
modifiedfield: HTML_CLOSE constant: "</HTML>" → "</html>"
- static java.lang.String HTML_CLOSE
+ static java.lang.String HTML_CLOSE
modifiedfield: PRE constant: "<PRE>" → "<pre>"
- static java.lang.String PRE
+ static java.lang.String PRE
modifiedfield: PRE_CLOSE constant: "</PRE>" → "</pre>"
- static java.lang.String PRE_CLOSE
+ static java.lang.String PRE_CLOSE
modifiedfield: HTML constant: "<HTML>" → "<html>"
- static java.lang.String HTML
+ static java.lang.String HTML
modifiedfield: BR constant: "<BR>" → "<br>"
- static java.lang.String BR
+ static java.lang.String BR