Android Anti-compilation

Source: Internet
Author: User
First, the anti-compilation

1. Download the required file, Portal:

http://download.csdn.net/detail/jasonkent27/9378279

2. Put the file you want to decompile (assuming it's test.apk) in the same directory

3. Enter Apktool d test.apk (test.apk is the file name you want to decompile)

4. One more folder after the anti-compilation is successful

5. Anti-compilation success

Second, view the source code

1. Preparing the document (TEST.APK)

2. Extract to current folder with compression software

3. Place the Classes.dex in the Dex2jar sibling directory

3. Use Dex2jar to turn Classes.dex into Classes_dex2jar.jar

4. Now you can see the Classes_dex2jar.jar.

5. Use Jd-gui.exe to open the Classes_dex2jar.jar can directly view the source code, is usually added to the source of confusion

Android Anti-compilation

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.