"""Trace callers of the HTTP/FUT status mapper returning 999.""" for target in (0x1801844C0, 0x180163120, 0x180165050, 0x180165CC0, 0x18016C060, 0x180184A90): print("\n=== %#x %s ===" % (target, fname(target))) print(dec(target, 300)[:18000]) print("callers", callers(target)[:100]) print("xrefs", xrefs_to(target)[:100])