2016年3月10日 星期四

[Android] 反組譯 APK resource 檔案


http://ibotpeaches.github.io/Apktool/




1.) Put apktool.jar and test.apk in same folder 
2.) Go to the jar and .apk path by command line
3.) And fire the command java -jar apktool.jar d test.apk
4.) It will generate a folder with the name "test" in the same folder