wip: checkpoint FIFA 17 SBC research for Windows migration

This commit is contained in:
funman300
2026-08-07 12:03:22 -07:00
parent 3d3239bab9
commit cc694774a3
47 changed files with 9105 additions and 4 deletions
@@ -0,0 +1,12 @@
"""DIMENSION 4 q8: characterize FUN_1800b73e0, the extra direct reader of the
offline-draft byte model+0x1fd3e, to confirm it is not a second independent gate
(it reads the same byte that measures 1 live). Also who calls it."""
import traceback
try:
d = dec(0x1800b73e0)
print("=== FUN_1800b73e0 len=%d ===" % len(d))
print(d)
print("\ncallers(FUN_1800b73e0) =", callers(0x1800b73e0))
except Exception:
traceback.print_exc()
print("QUERY_DONE")