openfut-bridge: add openfut-poke gate-forcer + xref tooling

openfut-poke: live /proc/mem inspector and go-online gate-forcer for FIFA 23,
built during the forcing arc (resolves connMgr, reads/forces the online
decision). xref.rs: PE string-literal cross-reference finder used to locate
the redirector-dial / online-environment sites. Wire openfut-poke into
[[bin]].

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
funman300
2026-07-03 15:58:37 -07:00
parent 80107b7800
commit 61b138db89
3 changed files with 880 additions and 43 deletions
+4
View File
@@ -23,6 +23,10 @@ path = "src/bin/replay.rs"
name = "openfut-bridge-xref"
path = "src/bin/xref.rs"
[[bin]]
name = "openfut-poke"
path = "src/bin/openfut-poke.rs"
[dependencies]
axum = { version = "0.7", features = ["macros"] }
tokio = { version = "1", features = ["full"] }