diff --git a/MonsterV2.py b/MonsterV2.py index 7b18450..74829ab 100644 --- a/MonsterV2.py +++ b/MonsterV2.py @@ -14,15 +14,15 @@ author = "doomedraven,YungBinary" strings: $chunk_1 = { - 41 B8 0E 04 00 00 - 48 8D 15 ?? ?? ?? 00 + 41 B8 ?? ?? ?? ?? + 48 8D 15 ?? ?? ?? ?? 48 8B CB E8 ?? ?? ?? ?? - 48 8D 83 0E 04 00 00 - 48 89 44 24 30 - 48 89 6C 24 70 + 48 8D 83 ?? ?? ?? ?? + 48 89 44 24 ?? + 48 89 6C 24 ?? 4C 8B C7 - 48 8D 54 24 28 + 48 8D 54 24 ?? 48 8B CE E8 ?? ?? ?? ?? } @@ -85,4 +85,4 @@ def extract_config(data: bytes) -> dict: import sys with open(sys.argv[1], "rb") as f: - print(json.dumps(extract_config(f.read()), indent=4)) \ No newline at end of file + print(json.dumps(extract_config(f.read()), indent=4))