objection简介
objection在Frida的基础上实现了很多具体功能,包括重打包、交互等,支持Android和IOS两大平台,可以快速完成内存搜索、类和模块的搜索、方法Hook以及打印参数、返回值、调用栈等常见功能,从海量代码中定位关键函数。
安装
frida-server下载地址:https://github.com/frida/frida/releases/tag/12.8.0
adb push frida-server-12.8.0-android-arm64 /data/local/tmpadb vps云服务器 shellcd /data/local/tmpchmod 777 frida-server-12.8.0-android-arm64 # 稳定版12.8.0pip install frida==12.8.0pip install frida-tools==5.3.0frida –versionpip install