Hi

"Peter Vreman" <[EMAIL PROTECTED]> skrev i en meddelelse
news:[EMAIL PROTECTED]
>> btw. there is a newer UPX version available (see
>> http://upx.sourceforge.net/). Is there any reason, that not the latest
>> version is included?
>
> It is not verified if that works stable enough. Also UPX is mainly used
> for win32 and there are
> not that much improvements for it so there is no real need to upgrade.
>

I have to comment on that.

The "--ultra-brute" Is Slow but it compress very good !

I did a test on holyday.exe from examples

After compile holyday.exe = 10.865.912 bytes

strip holyday.exe = 1.043.456 bytes

upxold --strip-relocs=1 holyday.exe = 317.440 bytes (UPX 1.25w)
upxold -9 --strip-relocs=1 holyday.exe 311.269 bytes (UPX 1.25w)

upx -9 --strip-relocs=1 holyday.exe 309.248 bytes (UPX 3.00w)
upx --brute --strip-relocs=1 holyday.exe 274.432 bytes (UPX 3.00w)

Going from 317.440 to 274.432  bytes is a good improvement.

Note that I only do win32 programming but why is it not for linux ? They
support dos + linux(PowerPc,i386,arm) + more file types.

-- 
Lars 



_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to