2013-05-25 20:11:10 +04:00
2013-07-10 23:47:45 +04:00
2013-07-10 23:47:45 +04:00
2013-07-10 23:47:45 +04:00
2013-07-10 23:47:45 +04:00
2013-03-18 21:05:00 +04:00
2013-03-18 21:05:00 +04:00
2013-07-21 19:03:13 +04:00
2013-07-03 00:03:35 +04:00
2013-07-10 23:47:45 +04:00
2013-07-10 23:47:45 +04:00

JADX Build Status

jadx - Dex to Java decompiler

Command line tool for produce Java sources from Android Dex and Jar files

Downloads

Latest version available at github, sourceforge or bintray

Build

git clone https://github.com/skylot/jadx.git
cd jadx
./gradlew build

(on Windows, use gradlew.bat instead of ./gradlew)

Scripts for run jadx will be placed in build/install/jadx/bin and also packed to build/distributions/jadx-<version>.zip

Run

Run jadx on itself:

cd build/install/jadx/
bin/jadx -d out lib/jadx-*.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

S
Description
Dex to Java decompiler
Readme Apache-2.0 82 MiB
Languages
Java 92%
Smali 6.6%
Kotlin 1.1%
Lex 0.3%