You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
This commit adds the first base for C99 zygiskd, that is not fully working or code-ready.
7 lines
97 B
C
7 lines
97 B
C
#ifndef DL_H
|
|
#define DL_H
|
|
|
|
void *android_dlopen(char *path, u_int32_t flags);
|
|
|
|
#endif /* DL_H */
|