弄清楚它是如何压缩的?
我有一个存档(我知道它是游戏压缩),我试图弄清楚它是如何压缩的,以便我可以使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否在二进制编辑器中打开了该文件以查看前几个字节是否表示该格式?
例如,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?