1.已Root的Android手机
干货|Android APP应用工程师转Framework工程师(仅此一篇够了)
干货|云服务器编译Android10系统源码或刷机或联网过程遇到的坑(Google Pixel3手机)
2.安装Frida环境
3.安装Python环境
https://www.python.org/
https://www.python.org/downloads/
4.下载安装tcpdump
https://www.androidtcpdump.com/android-tcpdump/downloads
5.Android tcpdump
adb push tcpdump /data/local/tmp/
adb shell
su
cd /data/local/tmp/
chmod 777 tcpdump
adb shell su -c "/data/local/tmp/tcpdump -i any -U -w - | nc -l -p 235263"
6.电脑安装Wireshark
https://www.wireshark.org/
7.Wireshark配置TLS的log
8.Wireshark使用方法