Henry1887
Active Member
- Aug 2, 2020
- 696
- 938
- 287
the save files for this game arent encrypted, they are just gzip compressed.Depends on what libraries they used for the save file encryption.
You'd need to see if you can find the encryption key for the save files within the game code.
If it's IL2CPP you'll need Ghidra to get anywhere. If it's Mono just plot everything in the Managed folder in DnSpy.
From there you'd have to figure out how to decrypt the file using that decryption key, then re-encrypt it with that key so the game will find a match and load it.
Good luck.![]()