Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.95 KB

hiding.md

File metadata and controls

39 lines (32 loc) · 1.95 KB

Hiding Guide

APatch

Hiding in APatch is a bit challenging due to the following reasons:

  1. it uses OverlayFS but lacks a built-in unmount mechanism
  2. bind mount is NOT widely adopted

Recommendations:

KernelSU

Hiding in KernelSU should just work, provided that:

  1. you have path_umount (GKI, backported)
  2. no conflicing modules (e.g. Magical Overlayfs)

Recommendations:

Magisk

Hiding in Magisk (and clones) should just work as is.

FAQ

  • Why is this needed?
    • some root detections now includes and check for modified hosts file.
  • How do I check for detections?
  • How do I move to bind mount on APatch?
    • get ci builds here

Glossary of terms

  • bind mount - APatch's term for magic mount, mounting method primarily used by Magisk.