You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
randomize init control socket & add shortcut (/data/adb/modules/zygisksu/bin/zygisk-ctl)
This commit is contained in:
@@ -7,7 +7,9 @@ fi
|
||||
|
||||
cd "$MODDIR"
|
||||
|
||||
MAGIC_PATH=/dev/zygisk_$(cat ./magic)
|
||||
MAGIC=$(cat ./magic)
|
||||
MAGIC_PATH=/dev/zygisk_$MAGIC
|
||||
export MAGIC
|
||||
export MAGIC_PATH
|
||||
|
||||
if [ "$(which magisk)" ]; then
|
||||
|
||||
Reference in New Issue
Block a user