1. 15 Oct, 2018 1 commit
  2. 13 Oct, 2018 2 commits
  3. 12 Oct, 2018 2 commits
  4. 05 Oct, 2018 2 commits
  5. 04 Oct, 2018 5 commits
  6. 29 Sep, 2018 4 commits
  7. 28 Sep, 2018 3 commits
  8. 27 Sep, 2018 6 commits
  9. 25 Sep, 2018 1 commit
  10. 22 Sep, 2018 1 commit
  11. 21 Sep, 2018 2 commits
  12. 20 Sep, 2018 5 commits
  13. 19 Sep, 2018 2 commits
  14. 18 Sep, 2018 3 commits
  15. 16 Sep, 2018 1 commit
    • topjohnwu's avatar
      New method of communication · 906b4aad
      topjohnwu authored
      Introduce a new communication method between Magisk and Magisk Manager.
      
      Magisk used to hardcode classnames and send broadcast/start activities to
      specific components. This new method makes no assumption of any class names,
      so Magisk Manager can easily be fully obfuscated.
      
      In addition, the new method connects Magisk and Magisk Manager with random
      abstract Linux sockets instead of socket files in filesystems, bypassing
      file system complexities (selinux, permissions and such)
      906b4aad