How to unmount modules with Mountify
masterTo achieve unmounting, it is recommended to use Zygisk providers like NeoZygisk, NoHello, ReZygisk, or Zygisk Assistant.
If using Zygisk Next, set the Denylist Policy to "Enforced" or "Unmount Only".
Then, configure the following in config.sh:
- Set the provider type:
MOUNT_DEVICE_NAME="APatch"(for APatch)MOUNT_DEVICE_NAME="KSU"(for KernelSU forks)MOUNT_DEVICE_NAME="magisk"(for Magisk)
- Enable in-kernel unmount methods (as a second choice to Zygisk):
mountify_custom_umount=1(default is0)