Magisk/native/jni/su
topjohnwu 906b4aad9e New method of communication
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)
2018-09-16 04:16:18 -04:00
..
connect.c New method of communication 2018-09-16 04:16:18 -04:00
pts.c Move MagiskSU sources to native/jni/su 2018-07-18 18:23:36 +08:00
pts.h Move MagiskSU sources to native/jni/su 2018-07-18 18:23:36 +08:00
su_daemon.c Make root shell always use dev_pts 2018-08-02 20:29:18 +08:00
su.c New method of communication 2018-09-16 04:16:18 -04:00
su.h New method of communication 2018-09-16 04:16:18 -04:00