You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
This commit improves hiding by moving monitor related files to /data/adb/rezygisk, where it's not accessable without root.
5 lines
70 B
Bash
5 lines
70 B
Bash
#!/system/bin/sh
|
|
|
|
export TMP_PATH=/data/adb/rezygisk
|
|
|
|
rm -rf $TMP_PATH |