Page 1 of 1

Compresores/Packers

PostPosted: Tue Jul 08, 2014 12:47 pm
by Baxajaun
Hola/Hi,

aquĆ­ una lista de compresores, here you are a packer`s list:

MPress
---------
http://www.matcode.com/mpress.htm

Yoda's
-------

http://yodap.sourceforge.net/

UPX
----

http://upx.sourceforge.net/

Saludos/regards

Re: Compresores/Packers

PostPosted: Thu Jul 17, 2014 10:14 am
by Baxajaun
Dear friends,

MPress
---------

MPRESS free!!!
Version: 2.19

MPRESS is a free, high-performance executable packer for PE32/PE32+/.NET/MAC-DARWIN executable formats!

MPRESS makes programs and libraries smaller, and decrease start time when the application loaded from a slow removable media or from the network. It uses in-place decompression technique, which allows to decompress the executable without memory overhead or other drawbacks; it also protects programs against reverse engineering by non-professional hackers. Programs compressed with MPRESS run exactly as before, with no runtime performance penalties.
MPRESS is absolutely free of charge software.
MPRESS uses own LZMAT - extremely fast data compression library.
Version 2.00 of the MATCODE Compressor has been released on 21st March 2009, now MPRESS has an optional LZMA compression.
in March 2011 Mr. DonDD has created and published his MPRESS GUI, see link below.

MPRESS Features

Advanced compression of .NET executable files (anyCPU,x86,AMD64,IA64 EXE)
Support for MS Framework 1.1/2.0/3.0/4.0
Does not require .NET Framework to be installed
Advanced compression of PE32/PE32+ (AMD64) executable files (EXE, DLL, OCX, etc.)
Optional LZMA compression
In-place decompression
Static TLS support
Support for mac-darwin-i386, mac-darwin-x86_64 and mac-darwin-ub applications
Very fast decompression: ~210 MB/sec on an AMD 2500+
Strip sensitive information (relocation, debug information, exceptions, etc.)
Compression of program code, data, and resources
Completely transparent, self-contained operation with UNICODE support
Command line interface allows to use MPRESS from a batch or from a make file
Full Windows 9x/NT/2000/XP/2003/Vista/2008/Windows8 compatibility

Operation Systems: Windows 9x/NT/2000/XP/2003/Vista/2008/Windows7, MAC-OS 10.3/10.4

Regards
Platforms: x86(PE32), x64(PE32+,AMD64), .NET

Re: Compresores/Packers

PostPosted: Thu Jul 17, 2014 6:04 pm
by Enrico Maria Giordano
I tried MPress but Upx has better compression.

EMG

Re: Compresores/Packers

PostPosted: Wed Jul 23, 2014 1:23 pm
by Baxajaun
Enrico,

i'm sorry but in my case mpress has better compression ratio.

Kliskatu(32 bits) Kliskatu(64 bits)
--------------------- ----------------------

Without compress 3.007.488 bytes 3.737.600 bytes

mpress 2.19 880.128 bytes 929.792 bytes

upx 3.91 988.672 bytes 1.100.288 bytes

Best regards