Constant goblin::pe::characteristic::IMAGE_FILE_EXECUTABLE_IMAGE

source ·
pub const IMAGE_FILE_EXECUTABLE_IMAGE: u16 = 0x0002;
Expand description

Image only. This indicates that the image file is valid and can be run. If this flag is not set, it indicates a linker error.