Introduction to a small tool-. Netz

Source: Internet
Author: User

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.