The VG Resource

Full Version: How to rip (likely encoded) sprites from apk?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been trying to rip the sprites for an android game (Poppy Kart) since quite some time now, but the files seem encrypted: in the assets folder there are .pngx files and .ogg files i can't play. I've looked for the PNG header in the .pngx file and classes.dex files but I can't find any (classes.dex seems to be encrypted too). The game's about section mentions zlib, libpng and libogg being used, also SDL2, so it might be that.
Any idea on how to rip these sprites?