2013年8月14日星期三

The obtained android decompile java source code

 

Part I talked about how to get res decompile the resource configuration file , this talk about how to decompile java source code.

 

Environment : win7

 

steps :

 

1, download the tool kit

 

dex2jar-0.0.9.13 - anti-compiler tool - http://code.google.com/p/dex2jar/downloads/detail?name=dex2jar-0.0.9.13. zip & can = 2 & q =

 

jd-gui-0.3.5 . windows.zip - decompiled file viewer - http://java.decompiler. free.fr /? q = jdgui

 

were unpacked.

 

2, the suffix will modify the source apk . jar and unzip , get one of classes.dex file to classes.dex copied to dex2jar.bat directory dex2jar- 0.0.9.13 folder

 

locate the command line to dex2jar.bat directory ( Start> Run > cmd> cd c: \ dex2jar-0.0.9.13)

 

run : dex2jar.bat classes.dex

 

will generate classes_dex2jar . jar

 

Then you can jdgui jd-gui.exe under the program to open the package to see the generated jar java code.

没有评论:

发表评论