Decompile Android applications using the open-source project jadx, jadxandroid

Source: Internet
Author: User

Decompile Android applications using the open-source project jadx, jadxandroid
Decompile Android applications using the open-source project jadx

  • Using the Github open-source project jadx, you can directly decompile files of the. dex,. apk,. jar, and. class types.
  • Compared with the previous three-piece decompilation of apktool (unpack apk) + dex2jar (convert. dex to. jar) + jd-gui (view. jar file), jadx has the following advantages:
1. You can decompile and restore the. java file with one line of command.

Command:Jadx-d out calc.apk
Copy the apk to the bin directory first ,:

2. You can view the source code in a window using a single command line (retain resource references, such as R. layout. activity_main)

Command:Jadx-gui calc.apk
Copy the apk to the bin directory first ,:

  • Note: When executing the command line, you need to enter the bin directory, or you can configure it to the path and run it everywhere.

  • This tool download page: https://drone.io/github.com/skylot/jadx/files

  • You can also click here to download the zip file.
  • If you are interested, you can download the engineering source code of the decompilation tool on github for compilation. For detailed parameters, see the introduction on the page.

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.