From 630aecdb5082b7aabf38c4d5594fb236bebcceff Mon Sep 17 00:00:00 2001 From: spv420 Date: Sat, 30 Jul 2022 23:32:19 -0400 Subject: hell --- tools/testlol.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/testlol.c') 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 #include #include +#include //#include //#include @@ -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; -- cgit v1.2.3