Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 801 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 801 Bytes

Magisk Frida-Server module for Android(DEPRECATED)

Build Status

This repository is no longer being updated. Please use https://github.com/AeonLucid/MagiskFrida

Distribute frida server in magisk module.

This is a Magisk Module that installs Frida server, a popular reverse-engineering tool.

Features

  • Detects connected device to download correct architecture
  • Creates Magisk Module that automatically starts frida_server after device boot

Installation

pip install -r requirements.txt
python build_module.py

Afterwards, use adb push to copy the .zip file over to your device and install through the Magisk Manager app.