13 lines
465 B
Python
13 lines
465 B
Python
"""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")
|