Skip to content

sahilshekhawat/ApkDecompiler

Repository files navigation

ApkDecompiler

A GUI based APK decompiler

It uses: 1. Java Decompiler (https://github.com/Storyyeller/Krakatau), 2. Dexjar (https://code.google.com/p/dex2jar/) 3. Apktools (https://code.google.com/p/android-apktool/downloads/list) 4. Framework-res (http://www.4shared.com/get/fKigopxT/framework-res.html)

and, is based on the answer by Prankul Garg on the stackoverflow (http://stackoverflow.com/questions/3593420/is-there-a-way-to-get-the-source-code-from-an-apk-file)

Dependencies

  1. Python 2.7
  2. Java JDK
  3. gtk module for python (if you are on ubuntu, its preintalled :p)

Instructions

$ python apkdecompiler.py <apk_file_which_you_wants_to_decompile>

About

A Python GTK based APK decompiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published