Crsky

Results 20 comments of Crsky

Use `krkrextract` or [this](https://github.com/crskycode/GARbro/releases/tag/GARbro-Mod-1.0.0.2) version

你说得对,实现思路也不是没有,如果你能研究清楚其中的逻辑,并且提一个PR实现,我会非常感谢你。

[GARbro-Mod-1.0.0.8](https://github.com/crskycode/GARbro/releases/tag/GARbro-Mod-1.0.0.8)

1. GARbro那边的Key选错(或者不正确)导致解密失败。 2. KrkrDump提取文件时提取的是游戏内解密好的文件。

Need more information

Back to version `2.4.2`, it should works. Command `npm install [email protected]`

I don't think it's necessary to modify ReadCString here. A better solution would be to add a ReadUnicodeString method. ```csharp string ReadUnicodeString(int length, bool isNullTerminated = true) ```

Sorry, I found that FindEoS is already implemented in BinMemoryStream, and it's really better to modify ReadCString for good consistency. Thank you for your contribution.