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+
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