https://github.com/virb3/magisk-frida
🔐 Run frida-server on boot with Magisk, always up-to-date
https://github.com/virb3/magisk-frida
android exploitation frida magisk reverse-engineering root security
Last synced: about 1 month ago
JSON representation
🔐 Run frida-server on boot with Magisk, always up-to-date
- Host: GitHub
- URL: https://github.com/virb3/magisk-frida
- Owner: ViRb3
- Created: 2019-10-04T18:00:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-05-02T20:06:44.000Z (about 1 month ago)
- Last Synced: 2026-05-02T22:03:17.956Z (about 1 month ago)
- Topics: android, exploitation, frida, magisk, reverse-engineering, root, security
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 1,375
- Watchers: 25
- Forks: 168
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# MagiskFrida



> [Frida](https://frida.re) is a dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers
> [MagiskFrida](README.md) lets you run frida-server on boot with multiple root solutions
## Supported root solutions
[Magisk](https://github.com/topjohnwu/Magisk), [KernelSU](https://github.com/tiann/KernelSU) and [APatch](https://github.com/bmax121/APatch)
## Supported architectures
`arm64`, `arm`, `x86`, `x86_64`
## Instructions
Install `MagiskFrida.zip` from [the releases](https://github.com/ViRb3/magisk-frida/releases)
> :information_source: Do not use the Magisk modules repository, it is obsolete and no longer receives updates
## How fast are frida-server updates?
Instant! This module is hooked up to the official Frida build process
## Issues?
Check out the [troubleshooting guide](TROUBLESHOOTING.md)
## Building yourself
```bash
uv sync
uv run python3 main.py
```
- Release ZIP will be under `/build`
- frida-server downloads will be under `/downloads`