Constant goblin::pe::characteristic::IMAGE_FILE_RELOCS_STRIPPED

source ·
pub const IMAGE_FILE_RELOCS_STRIPPED: u16 = 0x0001;
Expand description

Image only, Windows CE, and Microsoft Windows NT and later. This indicates that the file does not contain base relocations and must therefore be loaded at its preferred base address. If the base address is not available, the loader reports an error. The default behavior of the linker is to strip base relocations from executable (EXE) files.