removedmethod:
addProgramHeader
void addProgramHeader(ghidra.app.util.bin.format.elf.ElfProgramHeader ph)
removedmethod:
addSection
ghidra.app.util.bin.format.elf.ElfSectionHeader addSection(ghidra.program.model.mem.MemoryBlock block, int sh_name) throws MemoryAccessException
removedmethod:
addSection
ghidra.app.util.bin.format.elf.ElfSectionHeader addSection(java.lang.String name, int sh_name)
removedmethod:
addSection
ghidra.app.util.bin.format.elf.ElfSectionHeader addSection(java.lang.String name, int sh_name, int type)
removedmethod:
initElfHeader
void initElfHeader() throws ElfException
modifiedtype-implements:
ElfHeader
- ghidra.app.util.bin.StructConverter, ghidra.app.util.bin.format.Writeable
+ ghidra.app.util.bin.StructConverter
removedmethod:
write
void write(java.io.RandomAccessFile raf, ghidra.util.DataConverter dc) throws IOException
addedmethod:
getByteProvider
ghidra.app.util.bin.ByteProvider getByteProvider()
addedmethod:
initElfHeader
void initElfHeader() throws ElfException
modifiedmethod:
e_shstrndx
return type: short → int
- short e_shstrndx()
+ int e_shstrndx()
removedmethod:
createElfHeader
static ghidra.app.util.bin.format.elf.ElfHeader createElfHeader(generic.continues.GenericFactory factory, ghidra.app.util.bin.ByteProvider provider) throws ElfException
removedmethod:
e_phnum
short e_phnum()
removedmethod:
e_shnum
short e_shnum()
removedmethod:
initElfHeader
void initElfHeader(generic.continues.GenericFactory factory, ghidra.app.util.bin.ByteProvider provider) throws ElfException
addedmethod:
getDynamicTypeMap
java.util.HashMap<java.lang.Integer,ghidra.app.util.bin.format.elf.ElfDynamicType> getDynamicTypeMap()
addedmethod:
getProgramHeaderTypeMap
java.util.HashMap<java.lang.Integer,ghidra.app.util.bin.format.elf.ElfProgramHeaderType> getProgramHeaderTypeMap()
addedmethod:
getSectionHeaderTypeMap
java.util.HashMap<java.lang.Integer,ghidra.app.util.bin.format.elf.ElfSectionHeaderType> getSectionHeaderTypeMap()
addedmethod:
initElfHeader
void initElfHeader(generic.continues.GenericFactory factory, ghidra.app.util.bin.ByteProvider provider) throws ElfException