Sixxpack is a .net exe file compressor. Files compressed by Sixxpack run exactly as before with no runtime performance penalties. Sixxpack is capable of reducing filesize by up to 80%.
Your compressed executable is also harder to decompile, helping to protect your applications from reverse engineering.
Requirements:
* Microsoft .Net Framework 2.0
usage:
* browse for exe to compress
* browse for ico file
* press "pack" button.
Sixxpack can also be used as a command line program and accepts two inputs, exe to compress, and ico file (optional).
Example:
Sixxpack test.exe myicon.ico
Commandline mode can be used as a post-build event in Visual Studio to automate the compression process.