ElfSectionHeader

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

11.0_PUBLIC

removedmethod: isBytesChanged
boolean isBytesChanged()
removedmethod: isModified
boolean isModified()

10.3_PUBLIC

addedmethod: getLogicalSize
long getLogicalSize()
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)
addedmethod: isCompressed
boolean isCompressed()
modifiedtype-implements: ElfSectionHeader
- ghidra.app.util.bin.StructConverter, ghidra.app.util.bin.format.MemoryLoadable, ghidra.app.util.bin.format.Writeable
+ ghidra.app.util.bin.StructConverter, ghidra.app.util.bin.format.MemoryLoadable
removedmethod: getAdjustedSize
long getAdjustedSize()
removedmethod: getData
byte[] getData() throws IOException
removedmethod: getDataStream
java.io.InputStream getDataStream() throws IOException
removedmethod: setData
void setData(byte[] data)
removedmethod: setName
void setName(java.lang.String name)
removedmethod: setOffset
void setOffset(long offset) throws IOException
removedmethod: setSize
void setSize(long size)
removedmethod: write
void write(java.io.RandomAccessFile raf, ghidra.util.DataConverter dc) throws IOException

10.2_PUBLIC

addedmethod: isInvalidOffset
boolean isInvalidOffset()

9.0.1_PUBLIC

introducedInitial version