09-23-2018, 02:12 AM
Hello again, I would like to know how you can extract the contents of a .png file, it seems that is compressed with something, attached a few files. I hope you can help me.
[attachment=8761]
[attachment=8761]
(09-26-2018, 04:37 PM)kusanagiruiz Wrote: [ -> ]Oh! Yes, work it, but when I use the script in this files especially didn't work. When I open in hex editor the first line is different. I upload the files.Uh... Judging by the filenames, it looks like you ran the script on them twice. Make sure to only use it on files that don't have "_deXOR" at the end.
http://www.mediafire.com/file/qibz1osamu...a.rar/file
(09-23-2018, 02:39 AM)Random Talking Bush Wrote: [ -> ]https://mega.nz/#!bgYW2ILa!gCfdY8GfcR9NP...inixyDpOCUCan this be viewed from a phone? Or do you need a computer. I'm using APK editor to see the assets, Res, etc...folders but I don't see the png files. Thanks.
Use this QuickBMS script, and you should get working PNG files (likewise with the ones Deathbringer posted in your previous topic). These images use a simple XOR for the first 16 bytes, by the looks of it, and literally has the key necessary to unscramble the header right at the beginning ("PLAYCRAB00000000"). Excellent obfuscation there.
Only problem is these PNGs are paletted with transparency (just like with the Pocket All-Star stuff that's on tSR already), so you might need to find a program that can import those properly.