APK decompilation tool usage (very practical)

Source: Internet
Author: User

Download APK decompilation software http://code.google.com/p/anti-droid/

Tool Name: antidroid_v1.4

1. View The Decompilation method of resource files

Click decompile APK on the graphic interface

Select the APK file to decompile

Select save directory

Find the desired layout and other resource files in the specified output directory.

 

2. View The Decompilation method of the Code

Click convert Dex to a jar file on the graphic interface (Note: The Dex file here is not the classes. Dex file, but the APK file)

Select an APK File

Select the Save directory (here the JAR file corresponding to the APK is output)

 

Jd-gui.exe in antidroid_v1.4

Open the JAR file corresponding to the compiled APK on the software and view the required code.

 

3. decompilation of framework. Jar

Copy the framework. jar file from your mobile phone or tablet and decompress it.

Then, extract the. jar file's classes. Dex file into the directory of antidroid_v1.4 \ dex2jar.

Run c: \ Users \ wkf64496> C: \ Users \ wkf64496 \ Desktop \ antidroid_v1.4 \ dex2jar \ dex2jar. Bat C in cmd.
: \ Users \ wkf64496 \ Desktop \ antidroid_v1.4 \ dex2jar \ Classes. Dex

The first half is the command to be executed, and the second half is the path of classes. Dex in your jar file.

 

The following information is generated after execution:

Dex2jar version: Translator-0.0.9.8
Dex2jar c: \ Users \ wkf64496 \ Desktop \ antidroid_v1.4 \ dex2jar \ Classes. Dex-> C: \ Users
\ Wkf64496 \ Desktop \ antidroid_v1.4 \ dex2jar \ classes_dex2jar.jar
Done.

 

Jd-gui.exe in antidroid_v1.4

Open the JAR file (that is, the classes_dex2jar.jar file) corresponding to your compiled APK on the software and view the required code.

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.