mirror of
https://github.com/dobin/SuperMega
synced 2026-06-02 17:27:10 +00:00
fix: bad error handling for missing carrier imports
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@ class SuperPe():
|
||||
for entry in iat[dll_name]:
|
||||
if entry.func_name == func_name:
|
||||
return entry.iat_vaddr
|
||||
raise Exception(f"Function {func_name} not found in IAT")
|
||||
return None
|
||||
|
||||
|
||||
def get_iat_entries(self) -> Dict[str, List[IatEntry]]:
|
||||
|
||||
Reference in New Issue
Block a user