1. 04 Oct, 2018 2 commits
  2. 29 Sep, 2018 4 commits
  3. 28 Sep, 2018 3 commits
  4. 27 Sep, 2018 6 commits
  5. 25 Sep, 2018 1 commit
  6. 22 Sep, 2018 1 commit
  7. 21 Sep, 2018 2 commits
  8. 20 Sep, 2018 5 commits
  9. 19 Sep, 2018 2 commits
  10. 18 Sep, 2018 3 commits
  11. 16 Sep, 2018 3 commits
    • 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
    • topjohnwu's avatar
      Fix FlashActivity crash · 4cf8d41f
      topjohnwu authored
      4cf8d41f
    • topjohnwu's avatar
      Use ClassMaps to prevent errors · 47c86014
      topjohnwu authored
      47c86014
  12. 15 Sep, 2018 3 commits
  13. 11 Sep, 2018 2 commits
  14. 10 Sep, 2018 1 commit
  15. 09 Sep, 2018 2 commits