Magisk/native/jni/core
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
..
bootstages.c Do not merge binaries if fake symlink 2018-09-01 11:15:05 -04:00
daemon.c New method of communication 2018-09-16 04:16:18 -04:00
db.c Install stub APK when needed 2018-06-14 05:09:54 +08:00
log_daemon.c New method of communication 2018-09-16 04:16:18 -04:00
magisk.c Add new boot service: boot-complete 2018-08-09 14:52:44 +08:00
magiskinit.c Randomize service names 2018-09-08 23:17:00 -04:00
socket.c New method of communication 2018-09-16 04:16:18 -04:00