Hmily 发表于 2010-3-30 11:42

PE_Optimizer1.4 修改汉化版by.CxLrb

PE_Optimizer1.4 界面修改&汉化美化版by.CxLrb
简介:
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.

II. Settings.
-------------
1) BackUp.
BackUp copy is made if this option is set. Backed Up file has *.bak
extension. If this file exists, program will ask your permission to
overwrite it.

2) Kill Relocations.
All Relocations will be cut if this file is not a dll.

3) ... in Dll.
Relocations are cut out from dll's (!!! MAKE SURE you set "Kill
Relocations" setting ON !!!). To make a optimized working version of the
library, it is needed to make sure that its loading address will not
conflict with programs tha use this library. I recommend to recompile
the library for work at 10000000h address.

4) Wipe Junk.
All rubbish is removed from file, e.g. BoundImport records from header.

5) Copy Overlay.
Overlay will be saved and rejoined to processed file. Usually overlays
are used to store some "rubbish" like path to Debugging info etc, but
sometimes overlay is used to store necessary info for the program, e.g.
in installers overlays are used for storing compressed data.

6) Save.
Settings will be saved after exiting the program, and recovered after
next start of the program.

III. Things to note.
--------------------
1) Recount of alignments in file is done in any case.
2) Optimization of header is done in any case.
3) You can use this program from the command line (although GUI will load
anyway). Use name of file to process as the first parameter.
For example: peoptim.exe my_file.exe

汉化说明:
1.对程序界面做了放大调整;
2.添加XP亲和界面;
3.汉化突破点: 使用OD调整了一般软件无法更改的非标字体大小,该软件的字体FontFly都无法调整,需要讨论和了解此方面技术的请跟贴。
4.该软件实现了傻瓜式优化PE文件,是一个很实用的东东!
5.本人的又一汉化作品!
6.enjoy!!

原版及汉化版下载:

Hmily 发表于 2010-3-30 11:42

很老的PE优化工具,发现论坛上没有,存档一份.

YeMelody 发表于 2010-3-30 13:00

很早就听说过了,只是没有汉化~~

ccwei86 发表于 2010-12-1 13:14

好支持了 加油哦

wc906398139 发表于 2010-12-1 21:46

好东西。

西电帅帅 发表于 2010-12-6 13:45

嗯嗯 !要了

baby520 发表于 2010-12-6 13:54

貌似是很早的东西了

ghc00259 发表于 2011-11-12 15:43

看看成果你的东东

hst 发表于 2012-2-9 14:49

看看是什么东西

118218 发表于 2012-7-9 00:37

哈哈给力
页: [1] 2
查看完整版本: PE_Optimizer1.4 修改汉化版by.CxLrb