Objection 是基于 Frida 的一个移动应用安全测试框架,主要用于 Android 和 iOS 逆向分析,可以在 不需要 root(Android)或 jailbreak(iOS) 的情况下,动态分析和修改应用的行为。
android hooking list activities
android hooking list services
android hooking list receivers
android hooking get current_activity 获取当前activity
android intent launch_activity xxxx 启动指定activity
android intent launch_service xxxx 启动指定service
objection --gadget com.xingin.xhs explore
memory list modules 查看当前程序调用的so
android hooking list activities 打印所有的活动页面(只显示活动的界面)
memory search 内存搜索
android intent launch_activity com.example.time.MainActivity强行启动指定activities 可以强行启懂页面
android hooking watch class com.example.fridaapp.MainActivity --dump-args --dump-backtrace --dump-return 查找它的类
android hooking watch class_method com.example.fridaapp.MainActivity.calculateResult --dump-args --dump-backtrace --dump-return
andro