refactor: better DLL support

This commit is contained in:
Dobin
2024-04-12 22:01:10 +01:00
parent c6a0cf14b0
commit a95203e2b5
6 changed files with 124 additions and 164 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ class ExeHost():
if self.superpe.arch != "x64":
raise Exception("Binary is not 64bit: {}".format(self.filepath))
self.ep = self.superpe.get_entyrpoint()
self.ep = self.superpe.get_entrypoint()
self.ep_raw = self.superpe.get_physical_address(self.ep)
# image base