refactor: removed DataReuser

This commit is contained in:
Dobin
2024-02-25 20:28:57 +00:00
parent 462f23d8cf
commit 5301ef7b2e
5 changed files with 25 additions and 146 deletions
+1
View File
@@ -64,6 +64,7 @@ class ExeHost():
pe = pefile.PE(self.filepath)
self.pe = pe
self.superpe = SuperPe(pe)
self.superpe.init()
if pe.FILE_HEADER.Machine != 0x8664:
raise Exception("Binary is not 64bit: {}".format(self.filepath))