Ghidra API changes: 9.1_PUBLIC → 9.1.1_PUBLIC

1 types added, 3 types modified

Added Types 1
Modified Types 3
class ghidra.app.util.bin.format.elf.ElfHeader 1 change history
addedmethod: getRelocationTableAtOffset
ghidra.app.util.bin.format.elf.ElfRelocationTable getRelocationTableAtOffset(long fileOffset)
class ghidra.app.util.bin.format.elf.ElfRelocationTable 1 change history
addedmethod: getRelocationCount
int getRelocationCount()
class ghidra.app.util.bin.format.macho.commands.NList 3 changes history
addedmethod: createNList
static ghidra.app.util.bin.format.macho.commands.NList createNList(ghidra.app.util.bin.format.FactoryBundledWithBinaryReader reader, boolean is32bit) throws IOException
addedmethod: initString
void initString(ghidra.app.util.bin.format.FactoryBundledWithBinaryReader reader, long stringTableOffset)
removedmethod: createNList
static ghidra.app.util.bin.format.macho.commands.NList createNList(ghidra.app.util.bin.format.FactoryBundledWithBinaryReader reader, boolean is32bit, long stringTableOffset) throws IOException
db 1 added
ghidra.app.util.bin.format.elf 2 modified
class ghidra.app.util.bin.format.elf.ElfHeader 1 change history
addedmethod: getRelocationTableAtOffset
ghidra.app.util.bin.format.elf.ElfRelocationTable getRelocationTableAtOffset(long fileOffset)
class ghidra.app.util.bin.format.elf.ElfRelocationTable 1 change history
addedmethod: getRelocationCount
int getRelocationCount()
ghidra.app.util.bin.format.macho.commands 1 modified
class ghidra.app.util.bin.format.macho.commands.NList 3 changes history
addedmethod: createNList
static ghidra.app.util.bin.format.macho.commands.NList createNList(ghidra.app.util.bin.format.FactoryBundledWithBinaryReader reader, boolean is32bit) throws IOException
addedmethod: initString
void initString(ghidra.app.util.bin.format.FactoryBundledWithBinaryReader reader, long stringTableOffset)
removedmethod: createNList
static ghidra.app.util.bin.format.macho.commands.NList createNList(ghidra.app.util.bin.format.FactoryBundledWithBinaryReader reader, boolean is32bit, long stringTableOffset) throws IOException