标签: c# hex extract editing
我需要从存档中提取一些文件但是这个存档扩展无法在c#上打开,我知道这个存档包含bmp,声音,动画和其他文件,有什么办法可以打开它吗?
答案 0 :(得分:-1)
快速谷歌搜索显示该格式可能是LZSS。
在这种情况下,请查看此问题的答案:Is there a public implemention of LZSS compression in C# or that can be used in C#?