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

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

 

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

 

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

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