Android Practice--apk Anti-compilation

Source: Internet
Author: User

Android APK anti-compilation One step

The Andriod apk compiles the resource file into binary compilation when it is compiled and packaged. class file compiled into a. dex file, after these steps, we are unable to view the resource files and Java files, if we want to see some of the best apps on the market design and implementation, we need to do some work, specifically there are three aspects of the market some app layout design is good, this time you have to reference a , you need to do some work:

    • 1. Decompile The resource file: The Apktool tool is required. Apktool download Google Code official download
    • 2. Anti-compile Dex file: Requires Dex2jar tool. Dex2jar download Google Code official download
    • 3. Decompile The class file: The Jd-jui tool is required. Jd-jui Download

Using the above three tools to decompile the operation, I recommend a very good article, this blog and detailed, open this article link before you read the following words Oh ~

Today, my point is not to say how to use these three tools, these tools are very simple to use, I would like to introduce an Android anti-compilation one step tool, if you use this tool, you can not waste time to read this article, to spend your precious time in other places. If you have not used it, when you have read the above article, look back at the use of the following tool, you will find that it does simplify a lot of work, the following is the information of this gadget:

name : onekey-decompile-apk

Function:

    • 1. Integrated Apktool/dex2jar/jd-gui.
    • 2. Only one step to decompile the APK all files (resource files and jars, etc.)
    • 3. Automatically open the Jd-gui. decompile jar file when the anti-compilation is complete.

How to use :

    • 1. Download the Onekey-decompile-apk.zip in downloads, unzip to a similar D:\downloads\onekey-decompile-apk
    • 2. Place the apk file in the onekey-decompile-apk directory
    • 3. Drag the apk file onto the _onekey-decompile-apk.bat
Execution Results
    • 1. Generate a directory with the same name as the APK in the onekey-decompile-apk directory (the Apktools resources are placed)
    • 2. A jar file with the same name as the APK will be generated in the onekey-decompile-apk directory (Dex2jar-out Class)

download : onekey-decompile-apk download Google code official download

Diagram :

Download the extracted files in the onekey-decompile-apk directory as follows:


BBBAOINTERVIEWTEST.APK is the apk file to decompile, just put the apk file into this directory, and then drag the apk file onto the Onekey-decompile-apk.bat will be executed automatically .

There is no very simple, not to try quickly ~ ~

Article Source: http://blog.csdn.net/ysjian_pingcx/article/details/25468867



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.