Android APK Decompilation

Source: Internet
Author: User

Zookeeper

:

(1) download apktool1.5.2.tar.bz2 and http://code.google.com/p/android-apktool/ through the address apktool-install-windows-r05-ibot.tar.bz2 (depending on the operating system ).

(3) copy the decompiled APK file (such as Test.apk) to E: \ apktool1.5.2.

(4) Open the command window (Start> RUN cmd and press Enter) to enter the apktool. bat folder, which is currently E: \ apktool1.5.2.

(5) input:

: (Preferably a folder, which will be automatically created ).

(6) After completing the preceding steps, the decompiled resource file will appear in the E: \ apktool1.5.2 \ output path.

3. view the source code in the APK.

(1) downloadDex2jar-0.0.9.15.zip, Decompress to a drive letter root directory, such as E: \ dex2jar-0.0.9.15.

(2) Rename the APK file ZIP file and decompress it, copy the decompressed classes. dex file to E: \ dex2jar-0.0.9.15.

(3) Open the command window (START-> RUN input cmd press Enter) to enter the dex2jar-0.0.9.15 folder, which is currently E: \ dex2jar-0.0.9.15.

(4). Press enter. For details, see:

(5) After the above steps are completed, you can generate classes_dex2jar.jar in the dex2jar-0.0.9.15 directory, put it in any JAVA decompilation software can get the source code. I believe that anyone who has experienced JAVA development will be familiar with it.




Zookeeper

Related Article

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.