Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 446 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 446 Bytes

Easy Android Decompiler

The Easy Android Decompiler is a script that helps you decompile APK in an easier way. It's based on existing tools such as Apktool Dex2jar and Jad.

Usage

Run the command below and Follow its instruction :)

python easy-android-decompiler/decompile.py test.apk

Compatibility

This script has been tested on Mac OS X with python version 2.7.10. It's not guaranteed to work on other platforms.