Skip to content

Commit

Permalink
fix systemhook.dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfugil committed Mar 17, 2024
1 parent 7e18515 commit 769c7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systemhook/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 769c7ea

Please sign in to comment.