Jump to content
Nytro

JADX - Java source code from Android Dex and Apk files

Recommended Posts

Posted

[h=1]JADX - Java source code from Android Dex and Apk files [/h]

Lydecker Black

on 12:31 PM

JADX.png

Command line and GUI tools for produce Java source code from Android Dex and Apk files.

Usage

jadx[-gui] [options] <input file> (.dex, .apk, .jar or .class)

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 to dot file

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

Sursa: JADX - Java source code from Android Dex and Apk files | KitPloit

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...