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.
- 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.
- Flash the module via Magisk Manager.
- Reboot your device.
- Use the mafrida command in a root shell.
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 bootarmarm64x86x86_64
mafrida --set 16.6.1mafrida downloadmafrida startmafrida statusmafrida killmafrida enablemafrida disable- Magisk installed
- Root access
