First, let's take a look at what Netz uses ----
. Netz is an open-source support for. net.ProgramCompression tool, which can also combine one EXE and multiple DLL for execution.
It can be obfuscated.
Its official website is http://madebits.com/the latest is net2.0 compiled, do not know whether it supports more than 3.0 of the net program compression, you can try
Download. Netz
Usage: (the following files are all in a new subdirectory of the EXE file)
To Compress an EXE program, you only need to execute:
Netz app.exe(This will generateZip. dllFile)
To remove the DLL file, run the following command:
Netz-Z app.exe
To specify an icon, run the following command:
Netz app.exe-I app. ICO
If you want to specify a version, use the-n Parameter
If the program is a console program, run:
Netz-C app.exe
To compress the EXE and DLL files, run the following command:
Netz app.exe lib1.dll lib2.dll
To generate a single EXE file, run the following command: (a zip. dll file will also be generated. To remove this file, use the-Z parameter)
Netz-s app.exe lib1.dll lib2.dll
Netz-S-Z app.exe lib1.dll-So (usually use these commands to generate a single file)