Module goblin::pe::header

source ·

Structs§

  • In winnt.h, it’s IMAGE_FILE_HEADER. COFF Header.
  • In winnt.h and pe.h, it’s IMAGE_DOS_HEADER. It’s a DOS header present in all PE binaries.
  • The DOS stub program which should be executed in DOS mode. It prints the message “This program cannot be run in DOS mode” and exits.
  • The PE header.

Constants§

Functions§

  • Convert machine to str representation. Any case of “COFF_UNKNOWN” should be expected to change to a more specific value.