-
.NET EXE压缩
在Windows下,可以使用upx这样的工具来压缩可执行文件的大小,不过这种工具不支持.NET程序。.NETZ是一个开源的支持.NET...
.NET EXE压缩
在Windows下,可以使用upx这样的工具来压缩可执行文件的大小,不过这种工具不支持.NET程序。.NETZ是一个开源的支持.NET程序压缩的工具,它也可以将一个EXE和多个DLL合并在一起执行。
如果要压缩一个EXE程序,只需要执行:
netz app.exe
如果要指定图标,可以执行:
netz app.exe -i app.ico
如果程序是控制台程序,需要执行:
netz -c app.exe
也可以把程序和DLL合并为一个应用程序:
netz -s app.exe lib1.dll lib2.dll
.NETZ的工作原理,实际上是先利用#ZipLib 对执行文件进行压缩。执行时在内存中先释放,再利用reflection来实现加载和调用。可以参考DDJ上的相关文章http://www.ddj.com/documents/s=9570/ddj0503m/0503m.html-err
- 2022-01-25 21:00:30下载
- 积分:1
-
详细描述了关于单片机学习的教材内容,并且附有相关例题和编程代码...
详细描述了关于单片机学习的教材内容,并且附有相关例题和编程代码-Described in detail on the MCU learning materials content, and accompanied by relevant examples and programming code
- 2022-06-03 16:40:14下载
- 积分:1
-
把链表S中从第m个元素起共n个元素存储到s中,成功返回1,否则返回0int LEN(STRING S)...
把链表S中从第m个元素起共n个元素存储到s中,成功返回1,否则返回0int LEN(STRING S) -S in the list from the first m elements from a total of n elements stored in the s successful one back, otherwise return 0int LEN (STRING S)
- 2022-08-21 01:56:05下载
- 积分:1
-
Intelligent tracing off, obstacle avoidance, and time of tracing, as well as alo...
智能寻迹下车,避障,寻迹和时间,以及一路的路程显示,-Intelligent tracing off, obstacle avoidance, and time of tracing, as well as along the route show that
- 2022-06-16 15:09:11下载
- 积分:1
-
dm642上实现H.264的编码,可惜没有解码部分。
dm642上实现H.264的编码,可惜没有解码部分。-dm642 achieve H.264 encoding, decoding Unfortunately no part.
- 2022-04-20 06:07:05下载
- 积分:1
-
satellite 2100cds驱动程序
satellite 2100cds驱动程序-satellite 2100cds
- 2022-07-12 17:57:55下载
- 积分:1
-
解压arj文件的程序
解压arj文件的程序 -a program to deconde .arj files
- 2022-01-23 11:03:30下载
- 积分:1
-
jpeg解码程序,把图片的编码变成.c文件,方便各位学习开发。...
jpeg解码程序,把图片的编码变成.c文件,方便各位学习开发。-jpeg decoding process, the coding into the picture. c files to facilitate the development of all learning.
- 2022-05-24 09:33:51下载
- 积分:1
-
经典的LZW77编码,用C语言写的,运行速度快,代码稳定性好,压缩效果好。值得下载。...
经典的LZW77编码,用C语言写的,运行速度快,代码稳定性好,压缩效果好。值得下载。-Classic LZW77 coding, using C language and running fast, the code has good stability, good compression. Worth downloading.
- 2022-06-03 17:21:07下载
- 积分:1
-
这是一个基于字典的压缩和解压缩算法,其中包含压缩和解压缩的源码,是用VC实现的。其中还有测试的结果和过程...
这是一个基于字典的压缩和解压缩算法,其中包含压缩和解压缩的源码,是用VC实现的。其中还有测试的结果和过程-This is a dictionary-based compression algorithm, which contains the compression and decompression of the source, is to use the VC. Among them were the results of the tests and processes
- 2022-01-25 16:50:00下载
- 积分:1