-
.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
-
fdct压缩方法,使用DCT变换压缩周期数据,压缩效果很好
fdct压缩方法,使用DCT变换压缩周期数据,压缩效果很好-fdct compression method, the use of DCT transform compression cycle data compression works well
- 2022-05-08 08:26:59下载
- 积分:1
-
文件解压缩,大家学习一下
文件解压缩,大家学习一下-file compression, we learn from this
- 2022-12-02 04:15:03下载
- 积分:1
-
PPMz2 compression of the source
PPMz2压缩方式的源码-PPMz2 compression of the source
- 2023-05-02 03:55:03下载
- 积分:1
-
linux系统下实现数据压缩的小波方法,以能量保持率作为标准进行压缩处理。...
linux系统下实现数据压缩的小波方法,以能量保持率作为标准进行压缩处理。-under the wavelet data compression methods to maintain the rate of energy as a standard compressed.
- 2022-03-11 10:25:56下载
- 积分:1
-
This is VC++ for an icon with the mouse after a hearing, you will be able to hav...
这是用VC++编的一个用鼠标经过一个图标时你就能听到有铃在响,-This is VC++ for an icon with the mouse after a hearing, you will be able to have a bell in the ring,
- 2022-03-13 09:40:33下载
- 积分:1
-
加法的程序,很有用的大家快看看啊,最新的专家做的
加法的程序,很有用的大家快看看啊,最新的专家做的-additive process, we very useful quick look at the ah, the latest of experts
- 2022-03-11 19:01:49下载
- 积分:1
-
一个好的多媒体控件twaveplayer
一个好的多媒体控件twaveplayer-a good multimedia controls twaveplayer
- 2022-03-19 21:37:03下载
- 积分:1
-
一款很好用的打谱软件,可以选择不同的乐器试听你所记的谱.
一款很好用的打谱软件,可以选择不同的乐器试听你所记的谱.-A good fight spectrum of software can choose different instruments Let your mind spectrum.
- 2022-08-18 20:06:35下载
- 积分:1
-
将任何一个exe文件压缩,压缩后生成的文件为windows执行文件
将任何一个exe文件压缩,压缩后生成的文件为windows执行文件-Compress any exe file, and transfer it to a windows executeable file after compressing
- 2022-03-23 01:49:03下载
- 积分:1