From 0b3097cd0b15eedd3e33ae2331f32fc261ee1231 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 15 Jul 2023 16:57:57 +0200 Subject: [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving c++ program compatibility --- src/include/box64context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/box64context.h b/src/include/box64context.h index 5b2c5a63..e87aa0e3 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -117,6 +117,7 @@ typedef struct box64context_s { lib_t *maplib; // lib and symbols handling lib_t *local_maplib; // libs and symbols openned has local (only collection of libs, no symbols) dic_t *versym; // dictionnary of versioned symbols + kh_symbolmap_t *globdata; // GLOBAL_DAT relocation for COPY mapping in main elf kh_threadstack_t *stacksizes; // stack sizes attributes for thread (temporary) bridge_t *system; // other bridges -- cgit 1.4.1