• 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
Name
Last commit
Last update
..
core Loading commit data...
external Loading commit data...
include Loading commit data...
magiskboot Loading commit data...
magiskhide Loading commit data...
magiskpolicy Loading commit data...
resetprop Loading commit data...
su Loading commit data...
systemproperties Loading commit data...
utils Loading commit data...
Android.mk Loading commit data...
Application.mk Loading commit data...