1. 解析class文件的工具:
Java Decompiler
http://jd.benow.ca/
Installation
- Download and unzip the JD-Eclipse Update Site,
- Launch Eclipse,
- Click on "Help > Install New Software...",
- Click on button "Add..." to add an new repository,
- Enter "JD-Eclipse Update Site" and select the local site directory,
- Check "Java Decompiler Eclipse Plug-in",
- Next, next, next... and restart Eclipse.
2. dex2jar ---》(对加密的apk进行解密)
使用方法:
http://jingyan.baidu.com/article/ae97a646ce78c2bbfd461df0.html
完成后进入dex2jar文件目录输入:
dex2jar test.apk
(test.apk需要拷贝入dex2jar文件夹中)
于是在该文件夹下生成test_dex2jar.jar