How to hide Magisk-Delta from root detections
MagiskHide allows you to hide apps from detecting Magisk and root, prevent showing incompatile device or fake bugs such as crashes, stuck, connection error. Not all apps can be bypased because they may have new detection methods and new ways of circumventing MagiskHide.
This tutorial is for Magisk-Delta only, and it is not an officially supported topjohnwu project. If you are using official Magisk source, you are in the wrong place, please read this tutorial: https://www.andnixsh.com/2023/06/how-to-hide-magisk-from-root-detections.html
Let’s get started
Open Magisk-Delta and open settings on the top-right corner
Under App sction click on Hide the magisk app
You will be prompted how the app should be called. The default name is Settings. Click OK when you are done
Please wait for a few seconds.Don’t do anything until it relaunches. After it relaunches, we will enable MagiskHide
Open Settings again, scroll down to MagiskHide section and enable it. Now click Configure MagiskHide
Choose the apps you would like to hide from detection
Now you can close Magisk-Delta. If MagiskHide is not taking effect, reboot the system
FAQ:
https://huskydg.github.io/magisk-files/docs/faq.html
Extras
Safetynet-fix module:
Universal SafetyNet Fix is a Magisk module to work around Google’s SafetyNet and Play Integrity attestation.
This module works around hardware attestation and updates to SafetyNet and Play Integrity CTS profile checks. You must already be able to pass basic CTS profile attestation, which requires a valid combination of device and model names, build fingerprints, and security patch levels.
If you still have trouble passing SafetyNet or Play Integrity with this module, spoof the profile of a certified device by copying ro.product properties. MagiskHide Props Config is an easy way to do so on Magisk v23 and older. This is a common issue on old devices, custom ROMs, and stock ROMs without GMS certification (e.g. Chinese ROMs).
Android versions up to 13 are supported, including OEM skins such as Samsung One UI and MIUI.
Download link: Releases · kdrag0n/safetynet-fix
This module can work as an Xposed module to hide apps or reject app list requests, and provides some methods to test whether you have hidden your app list properly.
Hide My Applist Xposed module
Hide My Applist can work as an Xposed module to hide apps or reject app list requests, and provides some methods to test whether you have hidden your app list properly.
Tutorial: https://www.andnixsh.com/2023/06/how-to-bypass-hacking-tool-detections.html
Comments
Post a Comment