1. 13 Feb, 2019 1 commit
    • 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
  2. 12 Feb, 2019 11 commits
  3. 11 Feb, 2019 6 commits
  4. 10 Feb, 2019 5 commits
  5. 09 Feb, 2019 5 commits
  6. 07 Feb, 2019 4 commits
  7. 05 Feb, 2019 7 commits
  8. 04 Feb, 2019 1 commit