Order & Chaos (*.bin *.tbl)

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
memes
Posts: 8
Joined: Thu Oct 04, 2018 2:59 pm

Order & Chaos (*.bin *.tbl)

Post by memes »

I'm currently playing Order and Chaos 2 for Android, and would like to make a database of various items and skills to make life easier for myself. I took a look at the game files, and they appear to be bundled into .bin files. I used isobuster to peek into them, and many of them are batches of zip files (based on the signatures I have seen).

Anyone out there that has successfully extracted data from Gameloft .bin files that can point me in the right direction?Anyone can help me ? Thanks :D

https://mega.nz/#F!XmJUFC5T!0lM_Vs7aWhQV3c0Xru0bgA
Last edited by memes on Sat Dec 01, 2018 11:51 pm, edited 1 time in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Order & Chaos bin file

Post by aluigi »

It's a custom zip archive ("GBMP" instead of PK*), use this script:
http://aluigi.org/bms/zip.bms
memes
Posts: 8
Joined: Thu Oct 04, 2018 2:59 pm

Re: Order & Chaos bin file

Post by memes »

aluigi wrote:It's a custom zip archive ("GBMP" instead of PK*), use this script:
http://aluigi.org/bms/zip.bms

Perfect work, I got some beautiful pictures, but there is a problem, the tbl file string inside is garbled, can you look at it?
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Order & Chaos bin file

Post by aluigi »

That file looks like a binary database.
Initial magic is "FTABLE" and it has "InnoDB" in the commands.
memes
Posts: 8
Joined: Thu Oct 04, 2018 2:59 pm

Re: Order & Chaos bin file

Post by memes »

aluigi wrote:That file looks like a binary database.
Initial magic is "FTABLE" and it has "InnoDB" in the commands.


Image

Image

I looked at some of the files, this should be a custom structure, similar to csv, the game static table structure is generally plain text, and some file name are also plain text, the data is generally unknown.

tables.bin unzip files https://mega.nz/#F!Cr4nDYqL!W4-XPEgmeZdQ337Zy9Z7cA
memes
Posts: 8
Joined: Thu Oct 04, 2018 2:59 pm

Re: Order & Chaos (*.bin *.tbl)

Post by memes »

Anyone who wants to try can see the following clues, this is the decrypted file of another Gameloft game I found in Google, the file structure is almost exactly the same

Image