CoffSectionHeader

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

9.1_PUBLIC

addedmethod: isProcessedBytes
boolean isProcessedBytes(ghidra.program.model.lang.Language language)

9.0.2_PUBLIC

addedfield: _header
ghidra.app.util.bin.format.coff.CoffFileHeader _header
addedfield: _lineNumbers
java.util.List<ghidra.app.util.bin.format.coff.CoffLineNumber> _lineNumbers
addedfield: _relocations
java.util.List<ghidra.app.util.bin.format.coff.CoffRelocation> _relocations
addedmethod: readName
void readName(ghidra.app.util.bin.BinaryReader reader) throws IOException
addedfield: s_flags
int s_flags
addedfield: s_lnnoptr
int s_lnnoptr
addedfield: s_name
java.lang.String s_name
addedfield: s_nlnno
int s_nlnno
addedfield: s_nreloc
int s_nreloc
addedfield: s_paddr
int s_paddr
addedfield: s_page
short s_page
addedfield: s_relptr
int s_relptr
addedfield: s_reserved
short s_reserved
addedfield: s_scnptr
int s_scnptr
addedfield: s_size
int s_size
addedfield: s_vaddr
int s_vaddr

9.0.1_PUBLIC

introducedInitial version