首页
社区
课程
招聘
[求助]命令行调用baksmali.jar的问题
发表于: 2012-10-13 13:47 7608

[求助]命令行调用baksmali.jar的问题

2012-10-13 13:47
7608
小弟之前一直使用
java -jar baksmali.jar -o smali/ classes.dex

查了下帮助发现有个 -r参数:
-r,–register-info <register_info_types>   
print the specificed type(s) of register information for each instruction. “ARGS,DEST” is the default if no types are specified.
Valid values are:
ALL: all pre- and post-instruction registers.
ALLPRE: all pre-instruction registers
ALLPOST: all post-instruction registers
ARGS: any pre-instruction registers used as arguments to the instruction
DEST: the post-instruction destination register, if any
MERGE: Any pre-instruction register has been merged from more than 1 different post-instruction register from its predecessors
FULLMERGE: For each register that would be printed by MERGE, also show the incoming register types that were merged

于是,我使用命令
java -jar baksmali.jar -r ALL -o smali/ classes.dex

但是不成功,不知道什么原因,求助各位大牛

[培训]科锐逆向工程师培训第53期2025年7月8日开班!

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 11
活跃值: (15)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
2012-10-16 09:50
0
游客
登录 | 注册 方可回帖
返回