Mobile game .PNG

Textures, recreate headers, conversions, algorithms and parsing of image files
ghost
Posts: 54
Joined: Tue Aug 19, 2014 10:30 am

Mobile game .PNG

Post by ghost »

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

Re: Mobile game .PNG

Post by aluigi »

They are simply xored with 0xea (I bet it's an Electronic Arts game yeah?).
You can use my xor tool or this script:

Code: Select all

filexor 0xea
get SIZE asize
get NAME filename
log NAME 0 SIZE
ghost
Posts: 54
Joined: Tue Aug 19, 2014 10:30 am

Re: Mobile game .PNG

Post by ghost »

aluigi wrote:They are simply xored with 0xea (I bet it's an Electronic Arts game yeah?).
You can use my xor tool or this script:

Code: Select all

filexor 0xea
get SIZE asize
get NAME filename
log NAME 0 SIZE


:D Hello aluigi TKS!
You are right.This is an Electronic Arts game.