Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.77 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.77 KB

MagiskFrida

GitHub Workflow Status GitHub repo size GitHub downloads

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

Supported architectures

arm64, arm, x86, x86_64

Instructions

Install MagiskFrida.zip from the releases

ℹ️ Do not use the Magisk repository, it is obsolete and no longer receives updates

How fast are frida-server updates?

Instant! This module is hooked to the official Frida build process

Issues?

Check out the troubleshooting guide

Building yourself

poetry install
poetry run python main.py
  • Release ZIP will be under /build
  • frida-server downloads will be under /downloads