Fighters Club

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Amagakuro
Posts: 46
Joined: Wed Sep 23, 2015 4:47 pm

Fighters Club

Post by Amagakuro »

chroxx made an old bms in 2009 for this game, but the only client i could find was way more recent

Code: Select all

    goto 0x34
    get FILES long
    get UNK long
    math LENGTH += 0x10c
    math LENGTH *= FILES
    MATH LENGTH += 0x3C

    for i = 0 < FILES
    getdstring NAME 0x100
    get SIZE long
    get ZSIZE long
    get OFFSET long
    math OFFSET += LENGTH

    clog NAME OFFSET ZSIZE SIZE

    next i


It does start to read the file but after asking for a rename, it just tell me to check disk space (?), tried also with -0 option but crash after few files. If someone can "refine" the script or such, i'll really appreciate :o

Varios files:
http://www.mediafire.com/download/qu7ci5raihqxr0b/Data1.rar
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Fighters Club

Post by aluigi »

Amagakuro
Posts: 46
Joined: Wed Sep 23, 2015 4:47 pm

Re: Fighters Club

Post by Amagakuro »

Thanks a lot!! :)