fixed saving reference to global_symbol_table in executable loader
This commit is contained in:
parent
a1b9cf7f22
commit
8b4ba276a8
@ -257,7 +257,7 @@ class LoadedExecutable:
|
||||
self.sections_by_name = dict()
|
||||
self.symbols = dict()
|
||||
self.exported_symbols = dict()
|
||||
self.global_symbol_table = dict()
|
||||
self.global_symbol_table = global_symbol_table
|
||||
|
||||
curr = base_addr
|
||||
for sec in exe.sections.values():
|
||||
|
Loading…
Reference in New Issue
Block a user