mywalkb / DenylistUnmount

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • enable zygisk
  • disable "Enforce DenyList"
  • put app in DenyList

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

  • 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

About

License:GNU General Public License v3.0


Languages

Language:C++ 53.1%Language:Shell 44.4%Language:Makefile 2.4%