Magisk/native
Park Ju Hyung 7384d2d330 Completely rework MagiskHide
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: Park Ju Hyung <qkrwngud825@gmail.com>
2019-02-12 23:39:57 -05:00
..
jni Completely rework MagiskHide 2019-02-12 23:39:57 -05:00
src/main Full project restructuring 2019-01-30 03:10:12 -05:00
.gitignore Rename module core to native 2018-01-27 09:11:28 +08:00
build.gradle Refactor build flags 2019-02-12 05:17:02 -05:00