Implement Zygisk companion process

This commit is contained in:
topjohnwu
2021-10-17 04:36:18 -07:00
parent 6f54c57647
commit d0fc372ecd
8 changed files with 108 additions and 11 deletions
+3
View File
@@ -349,6 +349,9 @@ void zygisk_handler(int client, ucred *cred) {
case ZYGISK_GET_LOG_PIPE:
send_log_pipe(client);
break;
case ZYGISK_START_COMPANION:
start_companion(client);
break;
}
close(client);
}