[Tool] APK anti-compilation tool JADX using _ decompile

Source: Internet
Author: User
Tags git clone
[Tool] apk decompile tool JADX use a. Download

1. Tools download
Download Address: Https://bintray.com/skylot/jadx/releases#files (but may not be up to date)
2. SOURCE download
Download Address: HTTPS://GITHUB.COM/SKYLOT/JADX two. Source Code compilation

After downloading the source code after the decompression, into the directory to execute the command:

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


Mainly pull down the JADX git master project, then run the corresponding Gradle task. The run script is then generated and the build directory is added:


Generates a script that can run Jadx,jadx-gui, and so on:

Three. Use a copy of the JADX folder under build to be used elsewhere, running Jadx-gui:

chengang@chengang-dev:~/dev_tools/jadx-master/build/jadx/bin$./jadx-gui

When the GUI is open, you can choose the apk that you want to decompile:

Find APK Click OK after the decompile will take a certain amount of time, wait patiently, then to display the Decompile code, the following is the reverse compilation of pea pod apk results:

You can also use the command to directly decompile the APK of the destination address:

Three. Advantages: 

Convenient search function (Support global class, method, text query):

Can export Gradle Engineering, use Itellij or as to see Code
File->save as Gradle Project Select a new folder (preferably new empty folder, generated file in selected folder)
After the build, you can view the code with the IDE:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.