probably that

This commit is contained in:
Mylloon 2023-03-31 05:04:14 +02:00
parent 5d24888689
commit 8089657e3c
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -71,7 +71,7 @@ class Hack():
if found:
return found
else:
raise MemoryError
raise MemoryError("Maybe then game isn't fully loaded yet?")
def find_uint(self, base, offset: int) -> int:
"""Find unsigned integer in memory for sure"""