You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
improve: hiding
This commit improves hiding by moving monitor related files to /data/adb/rezygisk, where it's not accessable without root.
This commit is contained in:
@@ -26,8 +26,7 @@ create_sys_perm() {
|
||||
chcon u:object_r:system_file:s0 $1
|
||||
}
|
||||
|
||||
export TMP_PATH=/sbin
|
||||
[ -d /sbin ] || export TMP_PATH=/debug_ramdisk
|
||||
export TMP_PATH=/data/adb/rezygisk
|
||||
|
||||
create_sys_perm $TMP_PATH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user