某国外虚幻4引擎游戏,问题如下:
有AES加密,有正确的秘钥,可以检测是V11 2.6版本引擎的文件,可以在FModel工具看到文件目录,但是无法打开,提示
If you're having an issue with FModel, make sure to let us know on Discord at https://fmodel.app/discord/
[WRN] Could not load localized resources in 'English', language may not exist
[ERR] Newtonsoft.Json.JsonSerializationException: Unexpected end when deserializing object. Path 'Contents', line 3165, position 0.
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ThrowUnexpectedEndException(JsonReader reader, JsonContract contract, Object currentObject, String message)
[ERR] CUE4Parse.UE4.Exceptions.ParserException: Invalid uasset magic: 0x4120657A != 0x9E2A83C1
at CUE4Parse.UE4.Objects.UObject.FPackageFileSummary..ctor(FArchive Ar)
用其他任何官方和第三方工具都无法解包.pak文件,怀疑是文件进行了新的打包方式。
游戏样本文件:
https://cowtransfer.com/s/bec330873ef946 点击链接查看 [ PAK样本.zip ] ,或访问奶牛快传 cowtransfer.com 输入传输口令 mgnke8 查看;
需求是需要给出能正常解包和打包的工具