From c7e235874663a8fc3ea280cfdbcf8b12dec24110 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Thu, 31 Oct 2024 15:36:19 -0700 Subject: [PATCH] Add memcmp to aarch64 imports --- aarch64-symbol-imports.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/aarch64-symbol-imports.txt b/aarch64-symbol-imports.txt index 66ebaa6..f50a559 100644 --- a/aarch64-symbol-imports.txt +++ b/aarch64-symbol-imports.txt @@ -5,6 +5,7 @@ __stack_chk_guard@GLIBC_2.17 abort@GLIBC_2.17 free@GLIBC_2.17 malloc@GLIBC_2.17 +memcmp@GLIBC_2.17 memcpy@GLIBC_2.17 memmove@GLIBC_2.17 memset@GLIBC_2.17 \ No newline at end of file