From 769c7eabc361cb5132133e7ebad359b6cdd44586 Mon Sep 17 00:00:00 2001 From: Nick Chan Date: Sun, 17 Mar 2024 11:49:05 +0800 Subject: [PATCH] fix systemhook.dylib --- src/systemhook/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systemhook/common.c b/src/systemhook/common.c index 8fa6452..e7a2bb9 100644 --- a/src/systemhook/common.c +++ b/src/systemhook/common.c @@ -17,7 +17,7 @@ __API_AVAILABLE(macos(10.8), ios(6.0)) int posix_spawnattr_getprocesstype_np(const posix_spawnattr_t * __restrict, int * __restrict); char *JB_SandboxExtensions = NULL; -char *JB_RootPath = NULL; +SHOOK_EXPORT char *JB_RootPath = NULL; SHOOK_EXPORT char *JB_PinfoFlags = NULL; SHOOK_EXPORT uint64_t pflags = 0;