ElfProgramHeader

Package: ghidra.app.util.bin.format.elf
Type: class

10.3_PUBLIC

addedmethod: getRawInputStream
java.io.InputStream getRawInputStream() throws IOException
addedmethod: hasFilteredLoadInputStream
boolean hasFilteredLoadInputStream(ghidra.app.util.bin.format.elf.ElfLoadHelper elfLoadHelper, ghidra.program.model.address.Address start)
modifiedtype-implements: ElfProgramHeader
- ghidra.app.util.bin.StructConverter, ghidra.app.util.bin.format.MemoryLoadable, ghidra.app.util.bin.format.Writeable, java.lang.Comparable
+ ghidra.app.util.bin.StructConverter, ghidra.app.util.bin.format.MemoryLoadable, java.lang.Comparable
removedmethod: setAddress
void setAddress(long paddr, long vaddr)
removedmethod: setFlags
void setFlags(int flags)
removedmethod: setSize
void setSize(long fileSize, long memSize)
removedmethod: write
void write(java.io.RandomAccessFile raf, ghidra.util.DataConverter dc) throws IOException

10.2_PUBLIC

addedmethod: isInvalidOffset
boolean isInvalidOffset()
removedmethod: initElfProgramHeader
void initElfProgramHeader(ghidra.app.util.bin.format.FactoryBundledWithBinaryReader reader, ghidra.app.util.bin.format.elf.ElfHeader header) throws IOException

9.0.2_PUBLIC

addedfield: header
ghidra.app.util.bin.format.elf.ElfHeader header
addedmethod: initElfProgramHeader
void initElfProgramHeader(ghidra.app.util.bin.format.FactoryBundledWithBinaryReader reader, ghidra.app.util.bin.format.elf.ElfHeader header) throws IOException

9.0.1_PUBLIC

introducedInitial version