"""Inspect the two additional CardsDLL functions with explicit dword writes to +0x1c.""" for target in (0x180171970, 0x1801790A0): print("\n===== %#x %s =====" % (target, fname(target))) print(dec(target, 180)) print("callers", callers(target)[:100]) print("xrefs", xrefs_to(target)[:100])