PES COLLECTION Mobile .bin

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
HieuNT
Posts: 3
Joined: Wed Mar 15, 2017 7:56 am

PES COLLECTION Mobile .bin

Post by HieuNT »

I have a file(match.bin) having informations of a match football (from PES Collection game). I reconigze the numbers corresponding these sumbols. How can I extract all informations from it? Thanks.

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

Re: PES COLLECTION Mobile .bin

Post by aluigi »

Yeah you are right, if you XOR the whole file with the byte 0xed you get the original values:
34100 XOR 0xeded = 0x68d9 which are the bytes d9 68 in the image

Code: Select all

filexor 0xed
get SIZE asize
get NAME basename
log NAME 0 SIZE