myouter 发表于 2016-8-2 22:09

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

官网:https://github.com/JesusFreke/smali

2016-07-16 v2.1.3 is out. This is another minor bugfix version.
2016-04-08 v2.1.2 is out. This has a few bugfixes, and adds initial support for the new "037" dex format, courtesy of Alex Light.
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)

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







幻想是泡沫 发表于 2016-8-2 22:24

板凳我来了

liujiajia123 发表于 2016-8-2 23:06

apk.这是拿什么语言写出来的啊!

yaojing 发表于 2016-8-3 11:16

xiaomage123 发表于 2016-8-4 09:47

已经有很多这种apk的反编译工具了

黑曼巴 发表于 2016-8-4 09:57

感谢,用用看看

kali-cc 发表于 2016-8-4 11:50

收下了 多谢分内向

swest 发表于 2016-8-12 14:06

收下了。
多谢楼主分享。

qw2011 发表于 2016-8-31 22:46

收下了谢谢

Q823528082 发表于 2016-10-22 10:45

感谢啊,找了好久,谢谢分享
页: [1] 2
查看完整版本: smali/baksmali v2.1.3 [apk编译_反编译工具]