"""Map the FIFA response-registry primitives surrounding state-3 completion.""" TARGETS = ( 0x145336C50, 0x145336E60, 0x1453370B0, 0x1453371B0, 0x145337B20, 0x1453388A0, 0x145338950, 0x145339650, 0x1453396A0, 0x145339B10, 0x145374E10, 0x145375070, 0x145376200, 0x145376270, 0x1453762E0, 0x145376360, ) for target in TARGETS: print("\n===== %#x %s =====" % (target, fname(target))) print(dec(target, 180)[:16000]) print("callers", callers(target)[:120]) print("callees", callees(target)[:120])