mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
fix: small bugfixes
This commit is contained in:
+1
-1
@@ -269,7 +269,7 @@ class SuperPe():
|
||||
if self.pe.DIRECTORY_ENTRY_EXPORT.symbols == 0:
|
||||
return []
|
||||
except Exception as e:
|
||||
logger.warn("No exports found")
|
||||
logger.warn("get_exports_full(): No exports found in PE")
|
||||
return []
|
||||
res = []
|
||||
for e in self.pe.DIRECTORY_ENTRY_EXPORT.symbols:
|
||||
|
||||
Reference in New Issue
Block a user