Reverse Engineering for Android Projects

Source: Internet
Author: User

The android project is an APK package. This section contains the compiled code and resource files.

For reverse engineering of the resource file, see Brief Analysis of Information in the APK file.

The compiled code requires two tools:

  • Dex2jar, used to convert Dex files to jar files;
  • JD-Gui: reverse engineer the JAR file into Java code.

 

The link to dex2jar is as follows:

Http://code.google.com/p/dex2jar/

Download and decompress the package. You can run the package directly in Windows or Linux. Command parameters are relatively simple:

./Dex2jar. Sh ~ /Desktop/xxxxxxxxxxx-APK/classes. Dex

Then ~ The/desktop/xxxxxxxxxxx-APK/directory generates a file named classes. Dex. dex2jar. jar.

JD-Gui can also be divided into windows, Mac, and Linux versions. Download here:

Http://java.decompiler.free.fr /? Q = jdgui

Decompress the downloaded file and double-click it to run it.

Then, drag the JAR file directly to the jd-GUI interface to generate the source code.

Then:

All Java source code zip packages can be generated.

 

Turn: http://marshal.easymorse.com/archives/3051

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.