ddf2174cae752395b30669c8f17f1b1e77c8bb54
JADX
jadx - Dex to Java decompiler
Command line and GUI tools for produce Java source code from Android Dex files
Note: jadx-gui now in experimental stage
Downloads
Latest version available at github or sourceforge
Build 
git clone https://github.com/skylot/jadx.git
cd jadx
./gradlew clean build pack
(on Windows, use gradlew.bat instead of ./gradlew)
Scripts for run jadx will be placed in build/jadx/bin
and also packed to build/jadx-<version>.zip
Run
Run jadx on itself:
cd build/jadx/
bin/jadx-cli -d out lib/jadx-core-*.jar
or
bin/jadx-gui lib/jadx-core-*.jar
Usage
jadx [options] <input files> (.dex, .apk or .jar)
options:
-d, --output-dir - output directory
-j, --threads-count - processing threads count
-f, --fallback - make simple dump (using goto instead of 'if', 'for', etc)
--cfg - save methods control flow graph
--raw-cfg - save methods control flow graph (use raw instructions)
-v, --verbose - verbose output
-h, --help - print this help
Example:
jadx -d out classes.dex
Licensed under the Apache 2.0 License
Copyright 2013 by Skylot
Description
Languages
Java
92%
Smali
6.6%
Kotlin
1.1%
Lex
0.3%