mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
ui: show some more important information and checks
This commit is contained in:
+3
-1
@@ -35,7 +35,9 @@ class ExeHost():
|
||||
self.superpe = SuperPe(self.filepath)
|
||||
|
||||
if not self.superpe.is_64():
|
||||
raise Exception("Binary is not 64bit: {}".format(self.filepath))
|
||||
logger.warn("Binary is not 64bit: {}".format(self.filepath))
|
||||
return
|
||||
#raise Exception("Binary is not 64bit: {}".format(self.filepath))
|
||||
|
||||
# image base
|
||||
self.image_base = self.superpe.pe.OPTIONAL_HEADER.ImageBase
|
||||
|
||||
Reference in New Issue
Block a user