apk反编译

工具:
        apktool-install-windows-2.2_r01-3

        dex2jar-0.0.7.8-SNAPSHOT

        jd-gui.exe 

        pktool1.3.2.tar 


   pktool1.3.2.tar 解压得apktool.jar 放到 apktool-install-windows-2.2_r01-3里面

方法: 

  1.生成程序的源代码 
 把apk文件拖到dex2jar.bat 生成 jar文件 再用jd-gui.exe把jar文件生成java

  2.生成程序图片、XML配置、语言资源等文件
 
把apk文件复制到apktool-install-windows-2.2_r01-3目录下 

C:\Documents and Settings\user>cd C:\Documents and Settings\user\桌面\apk反编\apktool-install-windows-2.2_r01-3
C:\Documents and Settings\user\桌面\apk反编\apktool-install-windows-2.2_r01-3>apktool d Starshow1.0.5.apk
I: Baksmaling...
I: Loading resource table...
I: Decoding resources...
I: Loading resource table from file: C:\Documents and Settings\user\apktool\framework\1.apk
I: Copying assets and libs...
C:\Documents and Settings\user\桌面\apk反编\apktool-install-windows-2.2_r01-3>apktool d musicBeatForlocal.apk
I: Baksmaling...
I: Loading resource table...
I: Decoding resources...
I: Loading resource table from file: C:\Documents and Settings\user\apktool\framework\1.apk
I: Copying assets and libs...

原文地址:https://www.cnblogs.com/zengxiangzhan/p/1945520.html