首頁
社區(qū)
課程
招聘
objection和r0capture 學習小記

發(fā)帖者:
小想法 2021-7-11

 

android hooking list classes 列出已加載所有類
objection目錄下通過objection.log 查看日志
adb shell dumpsys window|grep mCurrentFocus 查看頂部Activity
android hooking search classes xxx 內存中搜索帶關鍵字xxx的類
android hooking list class_methods xxx 展示xxx類下的方法
android hooking search methods xxx 內存中搜索xxx方法,因為內存中方法非常多,容易卡死或崩潰
android heap search instances xxx 搜索xxx類的實例
android heap execute 0xdddd xxx 執(zhí)行實例(假設搜到的地址為0xdddd)的xxx方法
android hooking watch class xxx 一次性hook xxx類所有方法(不帶構造方法)
android intent launch_activity xxx 直接啟動xxx Activity
import xxx.js 導入frida腳本
android hooking watch class_methods aaa.$init hook aaa類構造方法
android hooking watch class_methods aaa.xxx --dump-args --dump-backtrace --dump-return hook aaa類普通方法xxx詳細信息(重載也會hook上)

 

python r0capture.py -U 包名 -v 使用r0capture抓包
python r0capture.py -U 包名 -v -p xxx.pcap 抓包內容輸出為pcap文件供wireshark使用
python r0capture.py -U 包名 -v >> log.txt 抓包并保存日志到本地

收藏
0條回答
[2023春季班]《安卓高級研修班(網(wǎng)課)》月薪兩萬計劃
  參與學習     188 人
  提問次數(shù)     3 個
[2024]《安卓高級研修班(網(wǎng)課)》月薪兩萬計劃班;Frida、Fart、DEXDump、r0capture腳本的使用和原理全解析
我的問答 領取收益
0
我的提問
0
我的回答
0
學習收益