Enable Zygisk

This commit is contained in:
topjohnwu
2021-09-15 01:59:43 -07:00
parent b6298f8602
commit 3b8ce85092
6 changed files with 26 additions and 6 deletions

View File

@@ -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());