是对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
搜索关键字类