r0ysue 推荐环境

安装 Pixel1系统
adb reboot bootloader
cd /d E:\Download\ROOTENV\Images\Pixel1\pixel_sailfish_fart_8.1.0_r1_20200325\sailfish-opm1.171019.011
flash-all.bat
安装 TWRP
adb push E:\Download\ROOTENV\Images\Pixel1\twrp\twrp-pixel-installer-sailfish-3.3.0-0.zip /sdcard
adb reboot bootloader
cd /d E:\Download\ROOTENV\Images\Pixel1\twrp\
fastboot boot twrp-3.3.0-0-sailfish.img
安装 Magisk
adb push E:\Download\ROOTENV\Magisk\MagiskZip\Magisk-v21.4.zip /sdcard
adb install -r E:\Download\ROOTENV\Magisk\MagiskApk\Magisk-v23.0.apk
安卓 frida 12.8.0 环境
mkvirtualenv frida1280
workon frida1280
pip install frida-tools==5.3.0 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install frida==12.8.0 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install objection==1.8.4
安装 frida-server
adb push E:\Download\ROOTENV\Frida\frida-server-12.8.0-android-arm64 /data/local/tmp/fsarm64
adb shell
cd data/local/tmp/
ls -al
chmod 777 fsarm64
./fsarm64
安装 证书
adb install E:\Download\ROOTENV\APK\Postern-3.1.2.apk
adb push E:\Download\ROOTENV\Certificate\b7f69172.0 /sdcard
mount -o rw,remount /system
cp /sdcard/b7f69172.0 /etc/security/cacerts
chmod 644 /etc/security/cacerts/b7f69172.0
补充资源
https://developers.google.com/android/images
https://twrp.me/Devices/Google/
pip uninstall frida