From e255e1a92690aaea1afc4a8728638e706633410c Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Sun, 10 Nov 2024 21:05:42 -0800 Subject: [PATCH] Add missing symbol imports for macos --- apple-symbol-imports.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apple-symbol-imports.txt b/apple-symbol-imports.txt index d54df83..b032d0a 100644 --- a/apple-symbol-imports.txt +++ b/apple-symbol-imports.txt @@ -1,3 +1,4 @@ +___chkstk_darwin ___stack_chk_fail ___stack_chk_guard __tlv_bootstrap @@ -5,6 +6,7 @@ _abort _bzero _free _malloc +_memcmp _memcpy _memmove dyld_stub_binder \ No newline at end of file