Add magisk daemon

This commit is contained in:
topjohnwu
2017-04-08 07:37:43 +08:00
parent a223f6056e
commit 054a1e5ea4
10 changed files with 394 additions and 18 deletions

View File

@@ -55,6 +55,8 @@ void hide_daemon() {
}
close(pipefd[1]);
// Set the process name
strcpy(argv0, "magiskhide_daemon");
int pid, fd;