环境配置
准备一台手机刷入
KernelSU或者Magisk安装
MagiskFrida
# Check if the KSU environment variable is set
if [ "$KSU" = "true" ]; then
# Running in KernelSU
ui_print "- Running in KernelSU env."
UNZIP="/data/adb/ksu/bin/busybox unzip"
# Add your KernelSU-specific actions here
else
# Running in Magisk
ui_print "- Running in Magisk env."
UNZIP="/data/adb/magisk/busybox unzip"
# Add your Magisk-specific actions here
fi
# UNZIP="/data/adb/magisk/busybox unzip"编译生成压缩包:
poetry install
poetry run python main.pyMac: brew install poetry
常用工具
最后更新于