Skip to content

Instantly share code, notes, and snippets.

View adrienbrunet's full-sized avatar

Adrien Brunet adrienbrunet

View GitHub Profile
@adrienbrunet
adrienbrunet / README.md
Created March 7, 2017 16:20 — forked from tito/README.md
Unpack Kivy APK

This is a script that you can use to check the content of a Kivy-based APK. It will automatically create a temporary directory, unpack everything, show you the files inside, and drop a shell for more inspection.

chmod +x unpackapk
./unpackapk PATHTOAPK.apk

Or if you just want the file listing: