PE优化工具 1.去掉exe文件中没用的relocations 2.优化PE头和区段的对齐方式具体自己看英文吧 PE Optimizer v1.4 This program is for optimization of Win32 PE files. I. Algorithm of this program is simple: --------------------------------------- 1) All relocations are cut, THEY ARE NOT NEEDED IN EXE FILES. 2) Alignment of PE header is reduced to the minimal secure value (16 bytes), all rubbish is deleted from the header as well. 3) Alignment of header and all sections is reduced to its minimal secure value (200h bytes), this way - all empty sections are erased. Only presense of sections is deleted, records about them in headers are not deleted, so after loading of file into the memory it will be the same as the one before optimization.