You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
8 lines
120 B
C
8 lines
120 B
C
#pragma once
|
|
|
|
#include <dlfcn.h>
|
|
|
|
void *DlopenExt(const char *path, int flags);
|
|
|
|
void *DlopenMem(int memfd, int flags);
|