压缩一个文件:
makecab c:\ls.exe ls.zip
解压一个文件:
expand c:\ls.zip c:\ls.exe
-------------------------------------------------------------------------------------------
压缩一个文件:
makecab PELoader.cs a.rar
解压一个文件:
expand a.rar a.exe
本文共 261 字,大约阅读时间需要 1 分钟。
压缩一个文件:
makecab c:\ls.exe ls.zip
解压一个文件:
expand c:\ls.zip c:\ls.exe
-------------------------------------------------------------------------------------------
压缩一个文件:
makecab PELoader.cs a.rar
解压一个文件:
expand a.rar a.exe
转载于:https://blog.51cto.com/0x007/1719445