mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-16 11:50:14 +00:00
Rewrite magiskhide
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
// xwrap.c
|
||||
|
||||
FILE *xfopen(const char *pathname, const char *mode);
|
||||
int xopen(const char *pathname, int flags);
|
||||
ssize_t xwrite(int fd, const void *buf, size_t count);
|
||||
ssize_t xread(int fd, void *buf, size_t count);
|
||||
ssize_t xxread(int fd, void *buf, size_t count);
|
||||
int xpipe(int pipefd[2]);
|
||||
int xsetns(int fd, int nstype);
|
||||
|
||||
// vector.c
|
||||
|
||||
@@ -18,4 +24,9 @@ FILE *xfopen(const char *pathname, const char *mode);
|
||||
|
||||
void monitor_logs();
|
||||
|
||||
// misc.c
|
||||
|
||||
int check_data();
|
||||
void file_to_vector(struct vector *v, FILE *fp);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user