Expand description
Section header definitions and helper functions
Structs§
- Section
Flags - Bitflags that contain various information about how a section should be loaded
- Section
Header - Contains information such as name, size, characteristics and location of a section in the binary
Functions§
- parse_
section_ table - Parse the section table from a byte array at a given offset.
number_of_sections
should be equal to number of sections defined in the COFF header.