i see so many peeps complained about the 'mambo' size compiled lazarus porject(win32).some peep recommended upx to compress it.but i knew upx are not enough.there were better compressos which gave more security in less size!. the packer name is 'MEW' made by a cracker named "Northfox" ,this packer already widely used in cracker world.i try to pack/compress examples demo from win32 lazarus "imgview" !.compressed using "Mew 11 SE v1.2" with this following option enabled:
- Delete Unimportant Resources
- Slice Resources
- Make Backup
- Win 9X Compability
- Use Lzma Algorithm too
- Special LZMA (E8/E9)
- Strip Relocs
- Strip Delphi Resources
Result - Using Mew 11 SE v1.2[/color]
Original Size: 6.537 KB[/color]
Packed Size: 1.016 KB[/color]
Morethan 80% Size Compressed!
Speed When Loading exe as same as originalComparing with UpxResult - Upx v1.25[/color] (using option '-9')
Original Size: 6.537 KB[/color]
Packed Size: 2.515 KB[/color]
about 60% Size Compressed
Loading speed abit slow than original!SO ? :twisted: wanna try ?
go here :
Mew 11 SE v1.2
http://northfox.uw.hu/
Direct To file
http://northfox.uw.hu/down/mew11.zip
Check the development section!
I think this topic should be sticky?