Teach you how to decompile Android installation files apk to spy source code

Source: Internet
Author: User

This article starts at the vast first Sen blog, address: http://www.guohao1206.com/2016/08/23/970.html

1. Preparation

-Java Environment

Install Java and configure the environment = Java Environment One-click Configuration

-Download and Unzip Dex2jar

: Link: https://pan.baidu.com/s/1qX9ieAg Password: w2ty

-Download code View software Jd-gui

: Link: https://pan.baidu.com/s/1b6mOUy Password: T6DW

2. Find the Classes.dex file

Rename your apk file format to. zip, then unzip it and find the Classes.dex file in the extracted folder.

3. Copy the Classes.dex file to the Dex2jar root directory extracted above, which is the same directory as the D2j-jar2dex.bat file.

4. In command mode (CMD), navigate to the directory where the D2j-jar2dex.bat is located and run the following command

D2j-dex2jar.bat Classes.dex

Can be generated

Classes-dex2jar.jar file

5. After extracting Jd-gui, run the executable program directly inside, open the jar file generated above with Jd-gui to view all the source code.

Teach you how to decompile Android installation files apk to spy source 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.