You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
10 lines
189 B
Bash
10 lines
189 B
Bash
MODDIR=${0%/*}/..
|
|
|
|
if [ "$(which magisk)" ]; then
|
|
export TMP_PATH="$(magisk --path)/zygisksu"
|
|
else
|
|
export TMP_PATH="/debug_ramdisk/zygisksu"
|
|
fi
|
|
|
|
exec $MODDIR/bin/zygisk-ptrace64 ctl $*
|