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
@@ -237,7 +237,7 @@ class SuperPe():
## Helpers
def get_entyrpoint(self) -> int:
def get_entrypoint(self) -> int:
return self.pe.OPTIONAL_HEADER.AddressOfEntryPoint
def set_entrypoint(self, entrypoint: int):