是否有适用于 64 位二进制文件的可执行压缩器?
我正在寻找一个类似 Bitsum Technologies 优秀的 PECompact 工具的工具,用于压缩 Windows 可执行文件,但它可以与64 位二进制文件。存在这样的工具吗?
注意:我不关心这种压缩器提供的所谓的混淆;我只是想减小二进制文件的大小。
I'm looking for a tool like Bitsum Technologies' excellent PECompact tool for compressing Windows executables, but which works with 64 bit binaries. Does such a tool exist?
Note: I don't care about the supposed obfuscation such a compressor provides; I'd simply like to reduce the size of my binaries.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的;我相信 MPRESS 会很好地完成这项工作。它可以与 .NET 可执行文件一起启动!
Yes; I believe that MPRESS will do the job just fine. And it works with .NET executables to boot!