Module section

Source
Expand description

Section header definitions and helper functions

Structs§

SectionFlags
Bitflags that contain various information about how a section should be loaded
SectionHeader
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.