Calling [Wii] unk compress

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
TTEMMA
Posts: 5
Joined: Sun Oct 18, 2015 7:41 pm

Calling [Wii] unk compress

Post by TTEMMA »

Hello. I need help with the definition of the type of compression in the game Calling.
Attached files contain a structure
4 bytes - the size of decompressed file
4 bytes - the type of compression (0x00000001 - UNK, 0x00000007 - zlib)
Then, presumably - the compressed data.

I hope for your help :)

https://drive.google.com/file/d/0BycQ9S ... sp=sharing
https://drive.google.com/file/d/0BycQ9S ... sp=sharing
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Calling [Wii] unk compress

Post by aluigi »

Usually on wii the dev use the nitrosdk compression (lz77wii in quickbms) but this one doesn't seem the case.
I made a compression scanning from both offset 8 and 12 without having good results.