You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
6 lines
96 B
C
6 lines
96 B
C
#ifndef DL_H
|
|
#define DL_H
|
|
|
|
void *android_dlopen(char *path, u_int32_t flags);
|
|
|
|
#endif /* DL_H */ |