Posts: 20
Threads: 8
Joined: Jan 2018
09-23-2018, 02:12 AM
(This post was last modified: 09-23-2018, 02:12 AM by kusanagiruiz.)
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.
054.zip (Size: 106.94 KB / Downloads: 264)
Posts: 20
Threads: 8
Joined: Jan 2018
Thank you!!! You saved me!
Posts: 20
Threads: 8
Joined: Jan 2018
Another question how would it be for the "jpg" files? since there are also some with the same format. I try replacing in the bms that you passed me the png by jpg but it did not work for me. I attach some .jpg
jpg.zip (Size: 801.6 KB / Downloads: 226)
Posts: 20
Threads: 8
Joined: Jan 2018
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.
http://www.mediafire.com/file/qibz1osamu...a.rar/file
Posts: 20
Threads: 8
Joined: Jan 2018
Yes, it works, the script does not support many files, and I was doing 1000 in 1000, thank you very much, you can close post.
Posts: 1
Threads: 0
Joined: Jun 2019
(09-23-2018, 02:39 AM)Random Talking Bush Wrote: https://mega.nz/#!bgYW2ILa!gCfdY8GfcR9NP...inixyDpOCU
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.
Can 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.