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: 29 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T21:43:46.000Z (2 months ago)
- Last Synced: 2024-09-07T01:32:38.808Z (2 months ago)
- Topics: android, exploitation, frida, magisk, reverse-engineering, root, security
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 887
- Watchers: 26
- Forks: 117
- Open Issues: 4
-
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 the following rooting tools:
[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`