mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 09:52:31 +00:00
Add magisk daemon
This commit is contained in:
@@ -55,6 +55,8 @@ void hide_daemon() {
|
||||
}
|
||||
|
||||
close(pipefd[1]);
|
||||
|
||||
// Set the process name
|
||||
strcpy(argv0, "magiskhide_daemon");
|
||||
|
||||
int pid, fd;
|
||||
|
Reference in New Issue
Block a user