• Park Ju Hyung's avatar
    Completely rework MagiskHide · 7384d2d3
    Park Ju Hyung authored
    Previous MagiskHide detects new app launches via listening through logcat
    and filtering launch info messages.
    
    This is extremely inefficient and prone to cause multiple issues both
    theoratically and practically.
    
    Rework this by using inotify to detect open() syscalls to target APKs.
    
    This also solves issues related to Zygote-forked caching mechanisms such as
    OnePlus OxygenOS' embryo.
    Signed-off-by: 's avatarPark Ju Hyung <qkrwngud825@gmail.com>
    7384d2d3
magiskhide.cpp 3.15 KB