本帖最后由 越狱 于 2016-1-11 10:13 编辑
更新日志:https://github.com/JesusFreke/smali/commits/master
See DeodexInstructions: https://github.com/JesusFreke/smali/wiki/DeodexInstructions
2016-01-10 v2.1.1 is out! This adds support for deodexing 64 bit oat files, as well as some fixes for a few other deodexing issues. 2015-09-30 v2.1.0 is out! This adds support for deodexing Art oat files from Marshmallow+ devices. See DeodexInstructions for more info.
2015-09-24 v2.0.8 is out! This is a bugfix release. 2015-04-30 v2.0.6 is out! Bugfixes, etc.
Fixes a bug with parameter annotations (credit: Jiri Hrushka)
Improves the build experience when dx is not on path
baksmali should be working correctly on windows 8.1 now
Fixes for the deodexerant makefile (credit: Victor Kaiser-Pendergrast)
Various other bugfixes, etc. (thanks to Rover12421 for a handful of small fixes)
2015-01-20 smali/baksmali v2.0.5
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.
|