Git Product home page Git Product logo

magiskfridaenv's Introduction

MagiskFridaEnv

forked from AeonLucid/MagiskFrida

Description

Runs frida-server on boot as root with magisk.

And switch the version with mfe.

For more information on frida, see https://www.frida.re/docs/android/.

Instructions

Flash the zip for your platform using TWRP or Magisk Manager.

In order to build it:

git clone https://github.com/toolsRE/MagiskFridaEnv
cd MagiskFridaEnv
pip3 install -r requirements.txt

python3 build.py
# or
python3 build.py -a arm -a arm64 -v 12.7.16 -v 12.7.14 -v 12.7.13
# or
python3 build.py --help

Zip files will be generated in the same folder, grab the right architecture.

mfe

# adb shell
su

mfe help
#  ls              list available local versions of frida-server
#  [version]       start the target version of frida-server
#  fetch [version] fetch the target version with curl (default to latest)

mfe ls
# frida-server.12.7.13
# frida-server.12.7.14
# frida-server.12.7.16

mfe 12.7.13
# killing pid: 4690
# starting frida-server.12.7.13

mfe fetch 12.7.18
# ...

Only been tested on Nexus 5 and Nexus 5X with Android 6.0.1 and 8.0.1.

mfe fetch

If you want to use mfe fetch, you need to install Curl For Android with Magisk Manager first.

x86 is not supported.

mfe fetch or mfe fetch latest will fetch the latest version of frida-server.

Or pass the version you want:

mfe fetch 12.7.18

add a version manually

push frida-server.12.7.20 into the /storage/emulated/0/mfe-frida-server/ folder, then run mfe ls, frida-server.12.7.20 will be added into the list.

TODO

  • mount image on sdcard in order to save the /system space.

magiskfridaenv's People

Contributors

aeonlucid avatar hamz-a avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.