首页 > 其他 > 详细

反编译[学习笔记]

时间:2016-01-18 20:30:47      阅读:221      评论:0      收藏:0      [点我收藏+]

One step tool: //https://github.com/ufologist/onekey-decompile-apk
create the xxxx.apk.jar and the folder

** Get resource files, pictures, values, strings..... :
java -jar apktool_2.0.0rc4.jar d xxxx.apk
java -jar apktool_2.0.2.jar d xxxx.apk

** Get the class files:
Decompress the xxxx.apk.jar which generated by the tool, and then get the class files.

** Get Java files:
1. Get the class files from the apk:
2. decompile:
jad -o -r -sjava -dsrc xxxx-class\com\**\*.class

反编译[学习笔记]

原文:http://www.cnblogs.com/lionfight/p/5140203.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!