https://github.com/frida/frida/releases
点击 Show all 233 assets 展开
下载 frida-server-16.5.6-android-arm64.xz,解压重命名为frida-server
# 查看识别的设备
adb devices
# 列出所有应用包名
adb shell pm list packages
adb push frida-server /data/local/tmp
adb shell
cd /data/local/tmp
su
chmod +x frida-server
./frida-server
新开窗口
pip3 install objection
# 包名 com.mservice.momotransfer
objection -g com.mservice.momotransfer explore
android sslpinning disable