Constant goblin::pe::characteristic::IMAGE_FILE_DLL

source ·
pub const IMAGE_FILE_DLL: u16 = 0x2000;
Expand description

The image file is a dynamic-link library (DLL). Such files are considered executable files for almost all purposes, although they cannot be directly run.