Using Apktools to decompile the APK app

Source: Internet
Author: User

using Apktools to decompile the APK app

1. Get the apk classes.dex file:

get the apk file for the app you want, open the APK with the unzip software, and copy the Classes.dex file from the APK.


2.classes.dex converted to. jar

unzip the downloaded Dex2jar and copy the Classes.dex to the directory where Dex2jar.bat is located. Use cmd at the command line

positioning to the The directory where the Dex2jar.bat is located.

Run:

Dex2jar.bat Classes.dex

Generated:

Classes.dex.dex2jar.jar


3. View the contents of the. jar file

You can view the source code by dragging and dropping the. jar file into the Jd-gui software.

Note: If the original code is confused by encryption, the code you decompile is not complete,

Or just part of it, and it's not much of a reference.






Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Using Apktools to decompile the APK app

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.