Mario & Sonic at the Olympic Games

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
lemurboy12
Posts: 265
Joined: Fri Oct 17, 2014 2:57 am

Mario & Sonic at the Olympic Games

Post by lemurboy12 »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Mario & Sonic at the Olympic Games

Post by aluigi »

I don't know what's the compression algorithm at the moment but the format is the following:

Code: Select all

comtype ???
endian big
for
    get OFFSET long
    if OFFSET == 0
        break
    endif
    get SIZE long
    get FLAGS long
    get ZSIZE long
    math OFFSET * 0x800
    math SIZE * 0x800
    clog "" OFFSET ZSIZE SIZE
next