import struct from capstone import * from capstone.x86 import X86_OP_MEM, X86_REG_RIP exe = r"F:\steam\steamapps\common\The I of the Dragon\TheIOfTheDragon.exe" data = open(exe, "rb").read() e = struct.unpack_from("