We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b825c commit 396b403Copy full SHA for 396b403
qiling/loader/pe.py
@@ -642,6 +642,7 @@ def load(self):
642
addr = self.import_address_table[dll_name][imp.name]
643
except KeyError:
644
self.ql.log.debug("Error in loading function %s" % imp.name.decode())
645
+ continue
646
else:
647
addr = self.import_address_table[dll_name][imp.ordinal]
648
0 commit comments