frida

Frida 的使用

#版本选择很重要 frida 12.11.18 frida-tools 5.3.0 frida-server 12.8.10 服务端(如手机 android 手机需要root,或直接用模拟器 #下载frida-server,需要选择对应的版本1️⃣ https://github.com/frida/frida/releases #传到手机上 adb push frida-server /data/local adb shell cd /data/local chmod 777 frida-server ./frida-server ...

android tcpdump、frida 和 wireshark 的综合使用

准备 种种原因真机无法root,只能选择模拟器Genymotion http://www.cuiwei.net/p/1668622821 Android tcpdump 获取数据包 http://www.cuiwei.net/p/1997814490 Frida 获取sslkey http://www.cuiwei.net/p/1975687145 Wireshark 分析数据包 http://www.cuiwei.net/p/1158124443 步骤 1.开始获取数据包 adb shell cd /data/local #执行命令,结果保存到SD卡test.pcap文件中 tcpdum...