Skip to content

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.

Notifications You must be signed in to change notification settings

theShinigami/MaFrida

Repository files navigation

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-server on boot.

Installation

  1. Flash the module via Magisk Manager.
  2. Reboot your device.
  3. 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

mafrida_demo

Supported Platforms

  • arm
  • arm64
  • x86
  • x86_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

  1. Magisk installed
  2. Root access

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages