You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Implement Zygisk companion process
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user