MaFrida
A Magisk module that simplifies running the Frida server on Android, with easy management commands to download specific versions, enable or disable the server, and more.
Install / Use
/learn @theShinigami/MaFridaREADME
MaFrida
A simple yet powerful Magisk module that automates starting the Frida server on boot and provides a convenient command-line interface to manage different Frida versions on Android.
Features
- Automatically starts frida-server at boot.
- Easily switch between different Frida versions.
- Lightweight CLI tool:
mafrida, Built-in commands for downloading, starting, killing, and checking the status of frida-server. - Enable/Disable
frida-serveron boot.
Installation
- Flash the module via Magisk Manager.
- Reboot your device.
- Use the mafrida command in a root shell.
Usage
Use the mafrida CLI tool to manage the Frida server:
Usage: mafrida [--set <frida-version> | -g | kill | start | status | enable | disable]
--set <version> Set and install the specified Frida version (e.g., 16.6.1)
-g Show the currently set Frida version
download Download the frida-server binary for the set version
kill Force kill any running frida-server instance
start Start frida-server using the set version
status Check if frida-server is currently running
enable Enable frida-server to auto-start on boot
disable Disable frida-server from auto-starting on boot
Demo
Supported Platforms
armarm64x86x86_64
Examples
Set Frida version:
mafrida --set 16.6.1
Download the binary for the current version:
mafrida download
Start the server:
mafrida start
Check server status:
mafrida status
Kill the running instance:
mafrida kill
Enable frida server on boot
mafrida enable
Disable frida server on boot
mafrida disable
Requirements
- Magisk installed
- Root access
