apk反编译(1)用apktool破解apk
1,下载
http://ibotpeaches.github.io/Apktool/
2,破解
把下载的apktool_2.0.3.jar 和 weixin638android680.apk 拷贝到相同目录
在终端进入该目录,运行命令
java -jar apktool_2.0.3.jar d weixin638android680.apk
运行结果如下:
java -jar apktool_2.0.3.jar d weixin638android680.apk I: Using Apktool 2.0.3 on weixin638android680.apk I: Loading resource table... I: Decoding AndroidManifest.xml with resources... I: Loading resource table from file: /home/xxx/apktool/framework/1.apk I: Regular manifest package... I: Decoding file-resources... I: Decoding values */* XMLs... I: Baksmaling classes.dex... I: Copying assets and libs... I: Copying unknown files... I: Copying original files...