Skip to content

mon231/com.rel.mujde

Repository files navigation

mujde

LSPosed (over Magisk) module to inject frida scripts to android applications

Installation + Usage

  1. Install magisk + zygisk, and LSPosed-framework module
  2. Download latest-release's .apk and install it
  3. Enable the module in LSPosed configuration, and allow it access each app you'd like to inject frida-scripts into
  4. Compile your frida scripts (using frida-compile) and add them to mujde's config-list, to match script with injected app

How does it work?

NOT IMPLEMENTED YET..

Planning

We'll have a main activity that provide the list of intercepted application.
Each intercepted application will have it's own folder with it's own list of frida-scripts,
And it's own frida-config file, with a unique symlink to instance of frida-gadget native on the disk.

Notes and references

  1. Xposed API
  2. Frida API