是对frida的封装。一般用来动态调试 批量hook 使用

https://github.com/sensepost/objection

安装

pip install objection

测试支持版本16.7.19

使用

如何进入

spawn模式

objection -g 包名 explore

attach模式

objection -g 应用名称/PID explore 

列举模块

枚举内存中的所有模块

memory list modules

枚举模块中所有导出函数

memory list exports muyangdemo  --json 路径(结果太多时用)

列举类

列出所有已加载的类:

ios hooking list classes

搜索关键字类