Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T02:00:37.000Z (12 days ago)
- Last Synced: 2025-01-10T13:29:37.935Z (12 days ago)
- Topics: android, exploitation, frida, magisk, reverse-engineering, root, security
- Language: Shell
- Homepage:
- Size: 89.8 KB
- Stars: 982
- Watchers: 26
- Forks: 132
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# MagiskFrida
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ViRb3/magisk-frida/main.yml?branch=master)
![GitHub repo size](https://img.shields.io/github/repo-size/ViRb3/magisk-frida)
![GitHub downloads](https://img.shields.io/github/downloads/ViRb3/magisk-frida/total)> [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
poetry install
poetry run python main.py
```- Release ZIP will be under `/build`
- frida-server downloads will be under `/downloads`