Download APK decompilation software http://code.google.com/p/anti-droid/
Tool Name: antidroid_v1.4
1. View The Decompilation method of resource files
Click decompile APK on the graphic interface
Select the APK file to decompile
Select save directory
Find the desired layout and other resource files in the specified output directory.
2. View The Decompilation method of the Code
Click convert Dex to a jar file on the graphic interface (Note: The Dex file here is not the classes. Dex file, but the APK file)
Select an APK File
Select the Save directory (here the JAR file corresponding to the APK is output)
Jd-gui.exe in antidroid_v1.4
Open the JAR file corresponding to the compiled APK on the software and view the required code.
3. decompilation of framework. Jar
Copy the framework. jar file from your mobile phone or tablet and decompress it.
Then, extract the. jar file's classes. Dex file into the directory of antidroid_v1.4 \ dex2jar.
Run c: \ Users \ wkf64496> C: \ Users \ wkf64496 \ Desktop \ antidroid_v1.4 \ dex2jar \ dex2jar. Bat C in cmd.
: \ Users \ wkf64496 \ Desktop \ antidroid_v1.4 \ dex2jar \ Classes. Dex
The first half is the command to be executed, and the second half is the path of classes. Dex in your jar file.
The following information is generated after execution:
Dex2jar version: Translator-0.0.9.8
Dex2jar c: \ Users \ wkf64496 \ Desktop \ antidroid_v1.4 \ dex2jar \ Classes. Dex-> C: \ Users
\ Wkf64496 \ Desktop \ antidroid_v1.4 \ dex2jar \ classes_dex2jar.jar
Done.
Jd-gui.exe in antidroid_v1.4
Open the JAR file (that is, the classes_dex2jar.jar file) corresponding to your compiled APK on the software and view the required code.