You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
fix: Zygiskd remote read types
This commit fixes the mismatch between types sent by lizygisk.so and read by Zygiskd, causing issues.
This commit is contained in:
@@ -80,9 +80,6 @@ int unix_listener_from_path(char *path);
|
||||
ssize_t write_fd(int fd, int sendfd);
|
||||
int read_fd(int fd);
|
||||
|
||||
write_func_def(int);
|
||||
read_func_def(int);
|
||||
|
||||
write_func_def(size_t);
|
||||
read_func_def(size_t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user