
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.
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.
mafrida, Built-in commands for downloading, starting, killing, and checking the status of frida-server.frida-server on boot.Use the mafrida CLI tool to manage the Frida server:
Usage: mafrida [--set <frida-version> | -g | kill | start | status]
--set <version> Set and install the specified Frida version (e.g., 16.1.4)
-g Show the currently set Frida version
-p, --port <port> Set server port, default: 27042
-n, --server-filename <name> server filename, default: shiny-egg
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

armarm64x86x86_64mafrida --set 16.6.1
mafrida download
mafrida start
mafrida status
mafrida kill
mafrida enable
mafrida disable