drafting the got/plt changes

This commit is contained in:
2025-04-23 09:35:17 +03:00
parent 57b47cec64
commit 08de37f245
2 changed files with 93 additions and 5 deletions

View File

@@ -26,6 +26,8 @@ typedef struct HiSymbol {
HiSymbolBind binding;
HiSymbolType type;
void *address;
void **got_entry;
void *orig_address;
} HiSymbol;
sc_array_def(HiSymbol, sym);
typedef struct sc_array_sym HiSymbols;