• 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
Name
Last commit
Last update
..
jni Loading commit data...
src/main Loading commit data...
.gitignore Loading commit data...
build.gradle Loading commit data...