fifa17-recon: reconcile authoritative tools with running backend (B)
- Add 8 files present in docker/fifa17-python/tools but missing from the top-level tree: fut_accounts.py + 7 test_*.py contracts (all committed in the server's docker tree; byte-identical to the running image). - Preserve newer responder work already matching the running container: utas_server.py (offlineSeason), lsx_responder_v2.py (OPENFUT_BIND), blaze_responder_v3b.py, autopatch.py, pow_server.py, fut_store.py, test_fut_contract.py, fifa17-hook-m1.sh. - Add 30 newer ghidra_queries (draft purchase/state, SBC 9-26, runtime registries). Local tree is now a strict superset of B with all shared files byte-identical.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
"""Decompile the transport-result conversion and SBC response base methods."""
|
||||
|
||||
|
||||
TARGETS = (
|
||||
0x180184420,
|
||||
0x1801844C0,
|
||||
0x180184A90,
|
||||
0x180163120,
|
||||
0x1801631E0,
|
||||
0x180165050,
|
||||
0x180165CC0,
|
||||
0x18016C060,
|
||||
0x18016C110,
|
||||
0x18016C950,
|
||||
0x18016CA40,
|
||||
0x18016CAC0,
|
||||
0x18016CB20,
|
||||
0x18016CB90,
|
||||
0x18016CBE0,
|
||||
0x18016CCA0,
|
||||
0x18016D230,
|
||||
)
|
||||
|
||||
for address in TARGETS:
|
||||
print("\n===== %#x %s =====" % (address, fname(address)))
|
||||
print(dec(address, 60))
|
||||
Reference in New Issue
Block a user