diff options
| author | spv420 <spv@spv.sh> | 2022-07-30 23:32:19 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-30 23:32:19 -0400 |
| commit | 630aecdb5082b7aabf38c4d5594fb236bebcceff (patch) | |
| tree | dd65f68e2d342a53bd4cfa59d0a8fcd149376be2 /tools/testlol.c | |
| parent | e35a04268fb48fac634ca123a58584a26b513831 (diff) | |
hell
Diffstat (limited to 'tools/testlol.c')
| -rwxr-xr-x | tools/testlol.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testlol.c b/tools/testlol.c index fa0c1d9..62dd465 100755 --- a/tools/testlol.c +++ b/tools/testlol.c @@ -2,6 +2,7 @@ #include <sys/mman.h>
#include <stddef.h>
#include <stdio.h>
+#include <dlfcn.h>
//#include <IOKit/IOKitLib.h>
//#include <IOKit/iokitmig.h>
@@ -122,6 +123,9 @@ struct test { };
int main(int argc, char* argv[]) {
+ printf("%x\n", dlopen("/System/Library/PrivateFrameworks/GameCenter.framework/GameCenter", RTLD_NOW));
+ return;
+
#if 0
struct test d;
d.a = 1;
|
