EXE und
DLL ist das Selbe.
Ehm, nein ist es nicht. Eine Exe muss nicht "reallocated" werden, eine
DLL hingegen schon, wenn alle die gleiche Base-Adresse haben. Google mal danach.
Zitat:
IMAGE_FILE_RELOCS_STRIPPED removes the relocation (".reloc") section from
Win32 PE EXE files, reducing their size. Most compilers/linkers (including Delphi) put a relocation section in EXE files, but this is actually not necessary since EXEs never get relocated. Hence, a relocation section only wastes space.