Link to this headingRooting

  1. Download magisk manager.
  2. Reboot into recovery and flash zip file
  3. Install Riru Core on Magisk
  4. Download Edxposed Manager
  5. Install Riru EdXposed on Magisk

Link to this headingKernelSU

https://github.com/tiann/KernelSU

Link to this headingMagisk

Info

Link to this headingMagisk Modules

Add Busybox to android
MagiskHide Props Config
A Magisk/KernelSU module that automatically adds user certificates to the system root CA store

Link to this headingTroubleshooting

  • You can’t remove magisk modules with Magisk Core Only Mode Enabled

Manually Removing all Modules:

adb shell su magisk --remove-modules

Link to this headingMagisk Hide

  • Cannot use Frida when enabled
    • Both applications use ptrace and only one can connect to the app at a time.

How it works:

  • Uses inotify to monitoring filesystem events
  • Checks Signals
  • Uses Ptrace to ???

Link to this headingSuperSu

Link to this headingXposed

Systemless Xposed Framework

Xposed Module for Changing Android Device Info
A simple app to use Xposed without root, unlock the bootloader or modify system image, etc.
Simple Xposed Hook
Xposed Forum

Link to this headingRoot Detection

Example open source Root Detection Module
Example Root Detection using Java Reflection