最後更新: 2019-10-08
目錄
Xposed
Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs.
As all changes are done in the memory, you just need to deactivate the module and reboot to get your original system back.
Note that this only works with root access
組件
- XposedInstaller_*.apk - Xposed Framework’s frontend
Must be installed to manage installed modules, the framework won't work without it.
- xposed*.zip - framework
Source
https://github.com/rovo89/Xposed
Forum:
https://forum.xda-developers.com/xposed
Module
https://repo.xposed.info/module-overview
Download
https://dl-xda.xposed.info/framework/
安裝
xposed*.zip from must be flashed with a custom recovery (e.g. TWRP) to install the framework.
For Oreo, SDK26 is Android 8.0 and SDK27 is Android 8.1.
RootCloak
Install Instructions:
1) Make sure you have Xposed Framework
2) Install RootCloak.
3) Enable RootClock in the Xposed Installer app.
Do this by opening Xposed Installer, going to Modules, and pressing the check box next to RootClock.
4) Reboot your phone.
5) Open RootClock settings (just open the app from the launcher), and then go to Add/Remove.
This is where you will change which apps RootCloak hides root from.
6) If the app you want is not among the default apps, press the + button to add it.
Find the app in the list, and press it to add it to the list.
7) Exit RootCloak settings.
If the app you just added was already running, either FORCE CLOSE it, or reboot your phone.
8) Run the app to see if root was successfully hidden.
Apps not working in RootCloak
* apps never be directly intercepted by Xposed
- Detects root by checking for the existance of the su binary. It uses fopen() and access()
- SafetyNet (Pokemon Go)
See Other
https://datahunter.org/android_function