弄清楚它是如何压缩的?

发布于 2024-07-29 23:42:41 字数 175 浏览 2 评论 0原文

我有一个存档(我知道它是游戏压缩),我试图弄清楚它是如何压缩的,以便我可以使用 C# 添加文件。 它可以在 7zip 和 winrar 中打开/运行。 但是当我使用 ZipForge/ComponentAce 存档参考时,它显示无效文件。

有什么帮助吗?

  • 史蒂夫

I have a archive (I know its a game compression) and I am trying to figure out how it is compressed so I can add files to it using C#. It opens/works in 7zip, and winrar. But when I use ZipForge/ComponentAce archive reference it says Invalid File.

Any help?

  • Steve

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

久光 2024-08-05 23:42:42

您是否在二进制编辑器中打开了该文件以查看前几个字节是否表示该格式?

例如,ZIP 文件具有此处给出的标头格式 http://www.ta7.de /txt/computer/computer016.htm

该文件的扩展名是什么?

Have you opened the file up in a binary editor to see if the first few bytes denote the format?

For example ZIP files have the header format given on here http://www.ta7.de/txt/computer/computer016.htm

What extension does the file have?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文