维护世界和平 发表于 2015-1-21 17:17

smali/baksmali v2.0.5 [apk编译_反编译工具]

官网:https://code.google.com/p/smali/

2015-01-20 v2.0.5 is out! It fixes a multi-threading issue in baksmali in 2.0.4, and it switches the default for implicit references to no-implicit-references, for better backwards compatibility.2015-01-20 The v2.0.4 release is faulty. The download has been removed, and a fixed v2.0.5 will be released shortly.2015-01-20 v2.0.4 is out
[*]Added optional functionality to add the resource name as a comment to likely resource accesses. See the help for the new -i/--resource-id-files option (credit: Jeff Smith/whydoubt)
[*]Added comments for constants that are likely an encoded float/double (credit: Jeff Smith/whydoubt)
[*]Added support for implicit method/field references within a class, which allows you to leave off the class name when referencing a field/method within the current class.
[*]Changed short option for --check-package-private-access to -k (from -K) (thanks to yyjdelete for noticing/reporting a problem with an interim change related to this)
[*]Added the ability to disassemble a file other than classes.dex within an apk (credit: Connor Tumbleson/iBotPeaches)
[*]other misc bugfixes, etc.



反编译用法:
java -jar baksmali-2.0.5.jar -o c:\classout/ c:\classes.dex
把c:\classes.dex反编译为smali,输出到c:\classout目录
编译用法:
java -jar smali-2.0.5.jar c:\classout/ -o c:\classes.dex
把c:\classout目录下的smali文件编译为c:\classes.dex

yansh09 发表于 2015-3-12 11:21

正研究APK呢,谢谢

吉子 发表于 2015-1-21 18:03

正好这几天在捣鼓apk
楼主的id好牛逼注册时间2008-6-2

JK52PJ 发表于 2015-1-21 17:48

这是已经放出来了么?

fsxt 发表于 2015-3-24 14:42

感谢分享!!!

dmx107wjc 发表于 2015-5-22 05:52

正研究APK呢,谢谢

sen81408 发表于 2015-5-28 11:47

谢谢,还有更新的吗?

就是你 发表于 2015-8-4 23:39

不知道对4.4有没有用

273578986 发表于 2015-8-5 17:03

升级!现在5.0估计没用了~!

Vlains 发表于 2015-9-21 20:03

感谢分享
页: [1] 2 3 4
查看完整版本: smali/baksmali v2.0.5 [apk编译_反编译工具]