wip: checkpoint FIFA 17 SBC research for Windows migration
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user