How to extract the encrypted file of EA sport [FIFA Mobile]

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
HPAndroid
Posts: 67
Joined: Sun Mar 04, 2018 1:29 am

How to extract the encrypted file of EA sport [FIFA Mobile]

Post by HPAndroid »

I need someone to help me with a script that can extract the encrypted files :)
https://www85.zippyshare.com/v/aKJTKQPG/file.html
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: How to extract the encrypted file of EA sport

Post by aluigi »

No encryption, some of them are just png images.
Other files are probably raw images or data.
I doubt someone is going to review all the 242 files you uploaded :)

This topic looks extremely similar to the other one you opened about the image file with a non-image extension.
Please try to learn from the other topics you open, for example using a hex editor and loading the "unknown" files with an image editor first.
Additionally you must ever specify the name of the game and not just a generic "EA sport"
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: How to extract the encrypted file of EA sport

Post by aluigi »

I made a quickbms script that you can use on all the files or the whole folder for using the extension-guessing feature of quickbms for automatically giving an extension to these files:

Code: Select all

get SIZE asize
get NAME basename
string NAME + .
log NAME 0 SIZE


Files with ERR extension are just text files, open them with a text editor (NOT notepad).
Files with DAT extension are PVR images.
The remaining files are just png and jpg images and xml.
Everything has been solved :D
HPAndroid
Posts: 67
Joined: Sun Mar 04, 2018 1:29 am

Re: How to extract the encrypted file of EA sport

Post by HPAndroid »

aluigi wrote:I made a quickbms script that you can use on all the files or the whole folder for using the extension-guessing feature of quickbms for automatically giving an extension to these files:

Code: Select all

get SIZE asize
get NAME basename
string NAME + .
log NAME 0 SIZE


Files with ERR extension are just text files, open them with a text editor (NOT notepad).
Files with DAT extension are PVR images.
The remaining files are just png and jpg images and xml.
Everything has been solved :D

Thank you very much! Aluigi.
I will learn related topics and do not forget to write down the topic details before posting :D
HPAndroid
Posts: 67
Joined: Sun Mar 04, 2018 1:29 am

Re: How to extract the encrypted file of EA sport [FIFA Mobile]

Post by HPAndroid »

Aluigi! Can you help me with the .dat file extension of this topic :)
viewtopic.php?f=9&t=7610&p=33550#p33550