mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-19 05:41:59 +00:00
Enable Zygisk
This commit is contained in:
@@ -247,7 +247,7 @@ static void setup_files(int client, ucred *cred) {
|
||||
|
||||
write_int(client, 0);
|
||||
|
||||
string path = MAGISKTMP + "/zygisk." + basename(buf);
|
||||
string path = MAGISKTMP + "/" ZYGISKBIN "/zygisk." + basename(buf);
|
||||
cp_afc(buf, (path + ".1.so").data());
|
||||
cp_afc(buf, (path + ".2.so").data());
|
||||
|
||||
|
Reference in New Issue
Block a user