Packaging and unpacking files save the game Shadow fight 3

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
DrStrange20
Posts: 10
Joined: Wed Jan 10, 2018 6:29 pm

Packaging and unpacking files save the game Shadow fight 3

Post by DrStrange20 »

Hi, there is a game Shadow Fight 3, here it saves its progress and other files, in a seemingly not understandable format, similar to bson these files user.json, shop.json, coins_shop.bin, battles.bin. So the game shakes the config (archive.bytes), it looks like an encrypted archive, it's a zip file, and there are .enc files in it. Can help to open these files, I sincerely hope so. Also, I have already reversed the code of the game, I have allocated certain methods that create and read these files, but I do not have much knowledge to write the code for the distribution.
p / s I'm writing through an interpreter, so there can be a lot of mistakes
gamedata.zip
DrStrange20
Posts: 10
Joined: Wed Jan 10, 2018 6:29 pm

Re: Packaging and unpacking files save the game Shadow fight 3

Post by DrStrange20 »

Is it all so difficult, that there is no answer (at least something is written off ...
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Packaging and unpacking files save the game Shadow fight 3

Post by aluigi »

That's perfectly normal with encrypted files of non-archive files of games that are not very diffused in the community, the chances that someone has the game and is interested in spending his time on this are very very very low.
DrStrange20
Posts: 10
Joined: Wed Jan 10, 2018 6:29 pm

Re: Packaging and unpacking files save the game Shadow fight 3

Post by DrStrange20 »

aluigi wrote:That's perfectly normal with encrypted files of non-archive files of games that are not very diffused in the community, the chances that someone has the game and is interested in spending his time on this are very very very low.


I understand, but at least try to create an unpacker for the enc files, because I myself crack the games, and I often see them, and these json, when I understood the usual binary files written through the TextAsset property in the AssetBundle ... in general, I'm glad that at least he wrote to me, well, I would not say that this game is not popular, most likely on the contrary, it is gaining popularity, its developers are NEKKI :ugeek:
Maliton
Posts: 1
Joined: Sat Mar 03, 2018 5:54 pm

Re: Packaging and unpacking files save the game Shadow fight 3

Post by Maliton »

Hi,aluigi.
Would you mind writing that script for money?