CoffFileHeader

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

12.0_PUBLIC

addedmethod: isValid
boolean isValid() throws IOException
addedmethod: parse
void parse(ghidra.util.task.TaskMonitor monitor) throws IOException
addedmethod: parseSectionHeaders
void parseSectionHeaders() throws IOException
removedmethod: isValid
static boolean isValid(ghidra.app.util.bin.ByteProvider provider) throws IOException
removedmethod: parse
void parse(ghidra.app.util.bin.ByteProvider provider, ghidra.util.task.TaskMonitor monitor) throws IOException
removedmethod: parseSectionHeaders
void parseSectionHeaders(ghidra.app.util.bin.ByteProvider provider) throws IOException

10.3_PUBLIC

addedmethod: isValid
static boolean isValid(ghidra.app.util.bin.ByteProvider provider) throws IOException

9.0.1_PUBLIC

introducedInitial version