Unity sharedassets0 compression

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
akderebur
Posts: 68
Joined: Wed Nov 15, 2017 1:54 pm

Unity sharedassets0 compression

Post by akderebur »

Hi,

I was messing around with the files of a mobile game and I failed to open the "sharedassets0.assets" file with tools like UABE/Unity Studio. All other sharedassets loaded fine though.

So I opened the file in the hex editor and noticed that it is not in the same structure as other assets. Normally assets files have somewhat human readable data :

Image

I am guessing the data is compressed/packed? I tried using offzip with different configurations but no luck. I hope someone can help me recognize what it is.

Here are the files : https://www.mediafire.com/file/kdbamg69 ... ssets0.rar
Originally there are 4 split files but I also included a merged file of all 4.

Thank you in advance.