Module goblin::pe::characteristic

source ·
Expand description

Constants for flags that indicate attributes of the object or image file. These flags are used in the goblin::pe::header::CoffHeader::characteristics field.

Constants§

Functions§

  • Checks whether the characteristics value indicates that the file is a DLL (dynamically-linked library).
  • Checks whether the characteristics value indicates that the file is an executable.