Magisk module to unmount the denylist processes
There is a better module Shamiko but it's closed source. This module unmount magisk and set some properties.
Is good for many cases. Magisk is hidden and can continue to inject code with LSPosed or other modules.
Require Magisk v24.0+
- enable zygisk
- disable "Enforce DenyList"
- put app in DenyList
every app in denylist before start unmount magisk, so app can't detect magisk
Switch to whilelist: touch /data/adb/modules/denylist_unmount/whitelist
Turn off whilelist: rm /data/adb/modules/denylist_unmount/whitelist
Only app with granted root access will not have Magisk unmounted.
Whitelist mode might slowed down system, only use if necessary
- Magisk: makes all these possible
- Safetynet-fix: for the idea to unmount processes and inject code
- Shamiko: for the improvement in hiding strong parameters in getprop