extended_image_info: Add text_delta field
Needed to offset a symbol address read from the symbol table to the actual load address.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
typedef struct extended_image_info {
|
||||
image_info basic_info;
|
||||
ssize_t text_delta;
|
||||
void* symbol_table;
|
||||
void* symbol_hash;
|
||||
void* string_table;
|
||||
|
||||
Reference in New Issue
Block a user