Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 709 Bytes

README.rst

File metadata and controls

25 lines (17 loc) · 709 Bytes

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>