.netshrink is an exe packer aka executable compressor, application password protector and virtual DLL binder for Windows & Linux .NET applications.
.netshrink is an exe packer (aka executable compressor). This means it can take your Windows or Linux .NET application executable file, compress it, and add unpacking code to the output file, leaving it fully functional but with decreased size.
.netshrink uses the LZMA compression algorithm to achieve maximum compression ratios.
With .netshrink you can password protect your application – it will be impossible to run without the proper password.
Password protection uses verification based on the SHA256 hash function and 256 bit AES / Rijndael encryption.
With .netshrink you can also bind multiple DLL libraries to the output file so you can redistribute your application as a standalone file.
.netshrink can detect most of the popular .NET cracking tools at runtime. The protected application will display a warning message and terminate if a cracking tool is detected.
A .netshrink compressed application can detect the required .NET framework using its native (x86 / x64) loader.
If you would like to ask me about .netshrink, or something's not clear, mail me. I'll be happy to help you.