mywalkb / DenylistUnmount

GNU General Public License v3.0
74 stars 7 forks source link

Denylist Unmount

Build Download Total

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+

How to use

every app in denylist before start unmount magisk, so app can't detect magisk

Whitelist based

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

Credits