From 058e4d5302b7ebb5e596ce8a62a7497705a83c55 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Wed, 3 Apr 2024 12:42:48 -0700 Subject: [PATCH] Add _GLOBAL_OFFSET_TABLE_ --- symbol-imports.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symbol-imports.txt b/symbol-imports.txt index f9f9201..c14428c 100644 --- a/symbol-imports.txt +++ b/symbol-imports.txt @@ -1,3 +1,4 @@ +_GLOBAL_OFFSET_TABLE_ __stack_chk_fail@GLIBC_2.4 __tls_get_addr@GLIBC_2.3 abort@GLIBC_2.2.5 @@ -5,4 +6,4 @@ free@GLIBC_2.2.5 malloc@GLIBC_2.2.5 memcpy@GLIBC_2.14 memmove@GLIBC_2.2.5 -memset@GLIBC_2.2.5 +memset@GLIBC_2.2.5 \ No newline at end of file