Frida is a dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers
MagiskFrida lets you run frida-server on boot with Magisk
Solve isuue "Android crashes + reboots upon running frida-server" in OnePlus 9RT by setting properties persist.device_config.runtime_native.usap_pool_enabled
and sys.usap.enable
- Android crashes + reboots upon running frida-server #1879
- Can't spawn app on xiaomi pad 6 pro (Android13) due to usap #2719
- Key idea is to disable all usap properties. If this module does not work on your devices, please add instructions before frida-server in base/common/service.sh (By the way, you can use
getprop | grep usap
to search all usap related properties).
arm64
, arm
, x86
, x86_64
Install MagiskFrida.zip
from the releases
ℹ️ Do not use the Magisk repository, it is obsolete and no longer receives updates
Instant! This module is hooked to the official Frida build process
Check out the troubleshooting guide
poetry install
poetry run python main.py
- Release ZIP will be under
/build
- frida-server downloads will be under
/downloads