I need someone to help me with a script that can extract the encrypted files
https://www85.zippyshare.com/v/aKJTKQPG/file.html
How to extract the encrypted file of EA sport [FIFA Mobile]
-
- Posts: 67
- Joined: Sun Mar 04, 2018 1:29 am
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: How to extract the encrypted file of EA sport
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"
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"
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: How to extract the encrypted file of EA sport
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:
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
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
-
- Posts: 67
- Joined: Sun Mar 04, 2018 1:29 am
Re: How to extract the encrypted file of EA sport
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
Thank you very much! Aluigi.
I will learn related topics and do not forget to write down the topic details before posting
-
- Posts: 67
- Joined: Sun Mar 04, 2018 1:29 am
Re: How to extract the encrypted file of EA sport [FIFA Mobile]
Aluigi! Can you help me with the .dat file extension of this topic
viewtopic.php?f=9&t=7610&p=33550#p33550
viewtopic.php?f=9&t=7610&p=33550#p33550