Ghidra API changes: 10.3.2_PUBLIC → 10.3.3_PUBLIC

2 types added, 12 types modified

Added Types 2
Modified Types 12
class db.util.ErrorHandler 1 change history
modifiedmethod: dbError added throws RuntimeException
- void dbError(java.io.IOException e)
+ void dbError(java.io.IOException e) throws RuntimeException
class docking.widgets.AbstractGCellRenderer 1 change history
modifiedmethod: firePropertyChange param 1 renamed: propertyName → property
- void firePropertyChange(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
+ void firePropertyChange(java.lang.String property, java.lang.Object oldValue, java.lang.Object newValue)
class ghidra.app.script.GhidraScriptUtil 1 change history
addedmethod: getEnabledScriptSourceDirectories
static java.util.List<generic.jar.ResourceFile> getEnabledScriptSourceDirectories()
class ghidra.app.util.PseudoDisassembler 4 changes history
addedmethod: setTargetContextForDisassembly
static ghidra.program.model.address.Address setTargetContextForDisassembly(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr)
addedmethod: setTargetContextForDisassembly
static ghidra.program.model.address.Address setTargetContextForDisassembly(ghidra.program.model.lang.DisassemblerContext procContext, ghidra.program.model.address.Address addr)
removedmethod: setTargeContextForDisassembly
static ghidra.program.model.address.Address setTargeContextForDisassembly(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr)
removedmethod: setTargeContextForDisassembly
ghidra.program.model.address.Address setTargeContextForDisassembly(ghidra.app.util.PseudoDisassemblerContext procContext, ghidra.program.model.address.Address addr)
class ghidra.app.util.viewer.util.MemoryBlockMap 1 change history
addedmethod: includeBlocks
ghidra.program.model.mem.MemoryBlock[] includeBlocks()
class ghidra.framework.client.ClientUtil 1 change history
addedmethod: isConnected
static boolean isConnected(java.lang.String host, int port)
class ghidra.framework.data.ProjectFileManager 1 change history
addedmethod: readProjectProperties
static java.util.Properties readProjectProperties(java.io.File projectDir)
class ghidra.program.database.data.DataTypeManagerDB 1 change history
addedfield: readOnlyMode
boolean readOnlyMode
class ghidra.program.database.data.ProgramDataTypeManager 1 change history
addedmethod: saveDataOrganization
void saveDataOrganization() throws IOException
class ghidra.program.model.data.Enum 1 change history
addedmethod: getSignedState
ghidra.program.database.data.EnumSignedState getSignedState()
class ghidra.program.model.data.EnumDataType 1 change history
addedmethod: getSignedState
ghidra.program.database.data.EnumSignedState getSignedState()
class ghidra.program.model.pcode.Varnode 1 change history
modifiedmethod: decodePieces return type: ghidra.program.model.pcode.Varnode[] → Join
- static ghidra.program.model.pcode.Varnode[] decodePieces(ghidra.program.model.pcode.Decoder decoder) throws DecoderException
+ static ghidra.program.model.pcode.Varnode.Join decodePieces(ghidra.program.model.pcode.Decoder decoder) throws DecoderException
db.util 1 modified
class db.util.ErrorHandler 1 change history
modifiedmethod: dbError added throws RuntimeException
- void dbError(java.io.IOException e)
+ void dbError(java.io.IOException e) throws RuntimeException
docking.widgets 1 modified
class docking.widgets.AbstractGCellRenderer 1 change history
modifiedmethod: firePropertyChange param 1 renamed: propertyName → property
- void firePropertyChange(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
+ void firePropertyChange(java.lang.String property, java.lang.Object oldValue, java.lang.Object newValue)
ghidra.app.script 1 modified
class ghidra.app.script.GhidraScriptUtil 1 change history
addedmethod: getEnabledScriptSourceDirectories
static java.util.List<generic.jar.ResourceFile> getEnabledScriptSourceDirectories()
ghidra.app.util 1 modified
class ghidra.app.util.PseudoDisassembler 4 changes history
addedmethod: setTargetContextForDisassembly
static ghidra.program.model.address.Address setTargetContextForDisassembly(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr)
addedmethod: setTargetContextForDisassembly
static ghidra.program.model.address.Address setTargetContextForDisassembly(ghidra.program.model.lang.DisassemblerContext procContext, ghidra.program.model.address.Address addr)
removedmethod: setTargeContextForDisassembly
static ghidra.program.model.address.Address setTargeContextForDisassembly(ghidra.program.model.listing.Program program, ghidra.program.model.address.Address addr)
removedmethod: setTargeContextForDisassembly
ghidra.program.model.address.Address setTargeContextForDisassembly(ghidra.app.util.PseudoDisassemblerContext procContext, ghidra.program.model.address.Address addr)
ghidra.app.util.viewer.util 1 modified
class ghidra.app.util.viewer.util.MemoryBlockMap 1 change history
addedmethod: includeBlocks
ghidra.program.model.mem.MemoryBlock[] includeBlocks()
ghidra.framework.client 1 modified
class ghidra.framework.client.ClientUtil 1 change history
addedmethod: isConnected
static boolean isConnected(java.lang.String host, int port)
ghidra.framework.data 1 modified
class ghidra.framework.data.ProjectFileManager 1 change history
addedmethod: readProjectProperties
static java.util.Properties readProjectProperties(java.io.File projectDir)
ghidra.framework.model 1 added
ghidra.program.database.data 2 modified
class ghidra.program.database.data.DataTypeManagerDB 1 change history
addedfield: readOnlyMode
boolean readOnlyMode
class ghidra.program.database.data.ProgramDataTypeManager 1 change history
addedmethod: saveDataOrganization
void saveDataOrganization() throws IOException
ghidra.program.model.data 2 modified
class ghidra.program.model.data.Enum 1 change history
addedmethod: getSignedState
ghidra.program.database.data.EnumSignedState getSignedState()
class ghidra.program.model.data.EnumDataType 1 change history
addedmethod: getSignedState
ghidra.program.database.data.EnumSignedState getSignedState()
ghidra.program.model.pcode 1 added, 1 modified
class ghidra.program.model.pcode.Varnode 1 change history
modifiedmethod: decodePieces return type: ghidra.program.model.pcode.Varnode[] → Join
- static ghidra.program.model.pcode.Varnode[] decodePieces(ghidra.program.model.pcode.Decoder decoder) throws DecoderException
+ static ghidra.program.model.pcode.Varnode.Join decodePieces(ghidra.program.model.pcode.Decoder decoder) throws DecoderException