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
aluigi wrote:That file looks like a binary database. Initial magic is "FTABLE" and it has "InnoDB" in the commands.
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.
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