1.Wallbreaker的使用

git地址 https://github.com/hluwa/Wallbreaker

如何使用
objection
安装 objection: pip3 install objection
下载 wallbreaker 到自己的插件目录: git clone https://github.com/hluwa/Wallbreaker ~/.objection/plugins/Wallbreaker
启动frida-server,使用 -P 参数带着插件启动 objection: objection -g com.app.name explore -P ~/.objection/plugins
然后就可以愉快的使用 wallbreaker 的几个命令了:

搜索类
plugin wallbreaker classsearch <pattern>

 
根据给的 pattern 对所有类名进行匹配,列出匹配到的所有类名。

搜索对象
plugin wallbreaker objectsearch <classname>

 
根据类名搜索内存中已经被创建的实例,列出 handle 和 toString() 的结果。

ClassDump
plugin wallbreaker classdump <classname> [--fullname]

 
输出类的结构, 若加了 --fullname 参数,打印的数据中类名会带着完整的包名。

ObjectDump
plugin wallbreaker objectdump <handle> [--fullname]

 
在 ClassDump 的基础上,输出指定对象中的每个字段的数据。

在kali下的demo

objection -g com.android.phone explore -P ~/objection/plugins

image.png
plugin wallbreaker classsearch com.android.phone.Caller
image.png
plugin wallbreaker classdump com.android.phone. CallerInfoCache
image.png

plugin wallbreaker objectsearch com.android.pho ne.CallerInfoCache

image.png
plugin wallbreaker objectdump 0x29f2
image.png
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

二进制科学

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值