/ApkToJava

Utility script for decompiling apks into Java source codes

Primary LanguageShellMIT LicenseMIT

ApkToJava

A simple python wrapper around dex2jar and cfr. Take Android .apk file(s) as input and produce .java source codes as output.

Usage:

  decompile.py [-o OUTPUT_DIR] [APK_FILE ...]