Skip to content

🔐 Run frida-server on boot with Magisk, always up-to-date

Notifications You must be signed in to change notification settings

rafael-borecki/magisk-frida

 
 

Repository files navigation

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 multiple root solutions

Fork

Just changed the default port from 27042 to 27045, since some services can detect frida by the default port being used.

Supported root solutions

Magisk, KernelSU and APatch

Supported architectures

arm64, arm, x86, x86_64

Instructions

Install MagiskFrida.zip from the releases

ℹ️ 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

Building yourself

uv sync
uv run python3 main.py
  • Release ZIP will be under /build
  • frida-server downloads will be under /downloads

About

🔐 Run frida-server on boot with Magisk, always up-to-date

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.1%
  • Python 42.9%