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.
PES COLLECTION Mobile .bin
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: PES COLLECTION Mobile .bin
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
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