Ghidra API changes: 10.0.1_PUBLIC → 10.0.2_PUBLIC

8 types modified

Modified Types 8
class docking.options.editor.OptionsPanel 1 change history
modifiedmethod: cancel return type: boolean → void
- boolean cancel()
+ void cancel()
class ghidra.app.util.bin.format.dwarf4.encoding.DWARFSourceLanguage 22 changes history
addedfield: DW_LANG_OpenCL
static int DW_LANG_OpenCL
addedfield: DW_LANG_Go
static int DW_LANG_Go
addedfield: DW_LANG_Modula3
static int DW_LANG_Modula3
addedfield: DW_LANG_Haskell
static int DW_LANG_Haskell
addedfield: DW_LANG_C_plus_plus_03
static int DW_LANG_C_plus_plus_03
addedfield: DW_LANG_C_plus_plus_11
static int DW_LANG_C_plus_plus_11
addedfield: DW_LANG_OCaml
static int DW_LANG_OCaml
addedfield: DW_LANG_Rust
static int DW_LANG_Rust
addedfield: DW_LANG_C11
static int DW_LANG_C11
addedfield: DW_LANG_Swift
static int DW_LANG_Swift
addedfield: DW_LANG_Julia
static int DW_LANG_Julia
addedfield: DW_LANG_Dylan
static int DW_LANG_Dylan
addedfield: DW_LANG_C_plus_plus_14
static int DW_LANG_C_plus_plus_14
addedfield: DW_LANG_Fortran03
static int DW_LANG_Fortran03
addedfield: DW_LANG_Fortran08
static int DW_LANG_Fortran08
addedfield: DW_LANG_RenderScript
static int DW_LANG_RenderScript
addedfield: DW_LANG_BLISS
static int DW_LANG_BLISS
addedfield: DW_LANG_Mips_Assembler
static int DW_LANG_Mips_Assembler
addedfield: DW_LANG_GOOGLE_RenderScript
static int DW_LANG_GOOGLE_RenderScript
addedfield: DW_LANG_SUN_Assembler
static int DW_LANG_SUN_Assembler
addedfield: DW_LANG_ALTIUM_Assembler
static int DW_LANG_ALTIUM_Assembler
addedfield: DW_LANG_BORLAND_Delphi
static int DW_LANG_BORLAND_Delphi
class ghidra.app.util.bin.format.elf.ElfConstants 1 change history
removedfield: PLT_ENTRY_SIZE
static int PLT_ENTRY_SIZE
class ghidra.app.util.bin.format.elf.ElfLoadHelper 1 change history
addedmethod: getOriginalValue
long getOriginalValue(ghidra.program.model.address.Address addr, boolean signExtend) throws MemoryAccessException
class ghidra.app.util.bin.format.macho.commands.NList 1 change history
addedmethod: isIndirect
boolean isIndirect()
class ghidra.app.util.bin.format.pe.ControlFlowGuard 3 changes history
addedfield: GuardCFFunctionTableName
static java.lang.String GuardCFFunctionTableName
addedfield: GuardCFAddressTakenIatTableName
static java.lang.String GuardCFAddressTakenIatTableName
addedfield: GuardCfgTableEntryName
static java.lang.String GuardCfgTableEntryName
class ghidra.app.util.bin.format.pe.LoadConfigDirectory 2 changes history
addedmethod: getGuardAddressIatTableTablePointer
long getGuardAddressIatTableTablePointer()
addedmethod: getGuardAddressIatTableCount
long getGuardAddressIatTableCount()
class ghidra.app.util.opinion.AbstractProgramLoader 1 change history
addedmethod: markAsFunction
static void markAsFunction(ghidra.program.model.listing.Program program, java.lang.String name, ghidra.program.model.address.Address funcStart)
docking.options.editor 1 modified
class docking.options.editor.OptionsPanel 1 change history
modifiedmethod: cancel return type: boolean → void
- boolean cancel()
+ void cancel()
ghidra.app.util.bin.format.dwarf4.encoding 1 modified
class ghidra.app.util.bin.format.dwarf4.encoding.DWARFSourceLanguage 22 changes history
addedfield: DW_LANG_OpenCL
static int DW_LANG_OpenCL
addedfield: DW_LANG_Go
static int DW_LANG_Go
addedfield: DW_LANG_Modula3
static int DW_LANG_Modula3
addedfield: DW_LANG_Haskell
static int DW_LANG_Haskell
addedfield: DW_LANG_C_plus_plus_03
static int DW_LANG_C_plus_plus_03
addedfield: DW_LANG_C_plus_plus_11
static int DW_LANG_C_plus_plus_11
addedfield: DW_LANG_OCaml
static int DW_LANG_OCaml
addedfield: DW_LANG_Rust
static int DW_LANG_Rust
addedfield: DW_LANG_C11
static int DW_LANG_C11
addedfield: DW_LANG_Swift
static int DW_LANG_Swift
addedfield: DW_LANG_Julia
static int DW_LANG_Julia
addedfield: DW_LANG_Dylan
static int DW_LANG_Dylan
addedfield: DW_LANG_C_plus_plus_14
static int DW_LANG_C_plus_plus_14
addedfield: DW_LANG_Fortran03
static int DW_LANG_Fortran03
addedfield: DW_LANG_Fortran08
static int DW_LANG_Fortran08
addedfield: DW_LANG_RenderScript
static int DW_LANG_RenderScript
addedfield: DW_LANG_BLISS
static int DW_LANG_BLISS
addedfield: DW_LANG_Mips_Assembler
static int DW_LANG_Mips_Assembler
addedfield: DW_LANG_GOOGLE_RenderScript
static int DW_LANG_GOOGLE_RenderScript
addedfield: DW_LANG_SUN_Assembler
static int DW_LANG_SUN_Assembler
addedfield: DW_LANG_ALTIUM_Assembler
static int DW_LANG_ALTIUM_Assembler
addedfield: DW_LANG_BORLAND_Delphi
static int DW_LANG_BORLAND_Delphi
ghidra.app.util.bin.format.elf 2 modified
class ghidra.app.util.bin.format.elf.ElfConstants 1 change history
removedfield: PLT_ENTRY_SIZE
static int PLT_ENTRY_SIZE
class ghidra.app.util.bin.format.elf.ElfLoadHelper 1 change history
addedmethod: getOriginalValue
long getOriginalValue(ghidra.program.model.address.Address addr, boolean signExtend) throws MemoryAccessException
ghidra.app.util.bin.format.macho.commands 1 modified
class ghidra.app.util.bin.format.macho.commands.NList 1 change history
addedmethod: isIndirect
boolean isIndirect()
ghidra.app.util.bin.format.pe 2 modified
class ghidra.app.util.bin.format.pe.ControlFlowGuard 3 changes history
addedfield: GuardCFFunctionTableName
static java.lang.String GuardCFFunctionTableName
addedfield: GuardCFAddressTakenIatTableName
static java.lang.String GuardCFAddressTakenIatTableName
addedfield: GuardCfgTableEntryName
static java.lang.String GuardCfgTableEntryName
class ghidra.app.util.bin.format.pe.LoadConfigDirectory 2 changes history
addedmethod: getGuardAddressIatTableTablePointer
long getGuardAddressIatTableTablePointer()
addedmethod: getGuardAddressIatTableCount
long getGuardAddressIatTableCount()
ghidra.app.util.opinion 1 modified
class ghidra.app.util.opinion.AbstractProgramLoader 1 change history
addedmethod: markAsFunction
static void markAsFunction(ghidra.program.model.listing.Program program, java.lang.String name, ghidra.program.model.address.Address funcStart)