fix: small bugfixes

This commit is contained in:
Dobin
2024-05-29 08:28:23 +01:00
parent 0e08fde15d
commit 854c41300e
4 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -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: