grievejia / ApkToJava

Utility script for decompiling apks into Java source codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ...]

About

Utility script for decompiling apks into Java source codes

License:MIT License


Languages

Language:Shell 56.7%Language:Batchfile 33.5%Language:Python 9.8%