objection

基础使用

注入进程

objecrion -g 包名 explore

hook命令

android hooking watch class_method 类名 方法名
观察和监视 Android 应用中某个类的方法调用。
加上选项**–dump-args –dump-return –dump-backrace**打印参数返回值堆栈

wallbreaker

wallbreaker是一个基于objection的插件工具
在Desktop
git clone https://github.com/hluwa/Wallbreaker.git
连接frida-server

1
2
3
objection -g com.android.settings explore  # 注入进程

plugin load /root/Desktop/Wallbreaker # 加载插件

plugin wallbreaker classdump android.os.Build

列出所有模块(库)的信息

memory list moudles

列出指定模块(库)的导出函数

memory list exports moduleName