You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
Separate companion
This commit is contained in:
@@ -98,10 +98,6 @@ namespace zygiskd {
|
||||
}
|
||||
socket_utils::write_u8(fd, (uint8_t) SocketAction::GetModuleDir);
|
||||
socket_utils::write_usize(fd, index);
|
||||
if (socket_utils::read_u8(fd) == 1) {
|
||||
return fd;
|
||||
} else {
|
||||
return -1;
|
||||
}
|
||||
return socket_utils::recv_fd(fd);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user