some files from STARLY GIRLS

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
festergut
Posts: 7
Joined: Wed Jul 05, 2017 5:52 pm

some files from STARLY GIRLS

Post by festergut »

STARLY GIRLS is a unity3D game. i think these files may be audio files, perhaps packed. some files from the same game with similar names (like V0077070) are unity bundles, and can be extracted into .wav easily, however these seem to be encrypted, no idea what to do.
festergut
Posts: 7
Joined: Wed Jul 05, 2017 5:52 pm

Re: some files from STARLY GIRLS

Post by festergut »

well with great effort of my friend, we decrypted these files, and some of them are exactly unity bundles (UnityFS) with audio inside. however others with a file head "Sx1.05" seem strange. Does anyone know what a "Sx1.05" (there's also file head "Sx1.20") file is? and it seems working in Unity3D.

here's a sample:
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: some files from STARLY GIRLS

Post by aluigi »

Would you mind sharing the decryption algorithm/code?
festergut
Posts: 7
Joined: Wed Jul 05, 2017 5:52 pm

Re: some files from STARLY GIRLS

Post by festergut »

aluigi wrote:Would you mind sharing the decryption algorithm/code?

there's still some problem with the decryption script, my friend is trying to fix it.

we are really curious about the sx1.05, for most files we got are in this format, and we never heard about that. perhaps it's somehow like spine animation? we don't find single texture resource, maybe they are also packed in these sx1.05 files.