Module lief::coff::header

Expand description

COFF section module

Structs

  • Header for COFF files that contain more than 65536 sections (compiled with /bigobj)
  • Regular (default) header

Enums

  • This enum represents the different types of COFF header.

Traits