ca7ce267a01db87f57b53f3ef08a7c7913005d68
Reconcile the two divergent launcher lineages that share merge base87241ac: - feat/launcher-arming (13339c1): one-click client arming, modular preflight/services, and the FIFA 17 verified patched-client capability reporting (fifa17_capability + local_services stdout parsing + backend registration). - feat/sbc-hook-tracing (958ff24): openfut-hook SBC request tracing / RE instrumentation (sbc_hook, sbc_trace, probe, transport_watch, ...). The lineages are almost disjoint (launcher crate vs openfut-hook crate); the only overlap was src/process.rs, which launcher-arming removed (functionality moved into local_services/game_launch, `mod process` dropped from main.rs) and sbc-hook-tracing incidentally tidied (map_err->inspect_err). Resolved by keeping the file DELETED: it is an orphan module in the refactored launcher and is not part of the SBC feature (which lives entirely in openfut-hook). Both features are retained in full.
Description
GUI launcher for OpenFUT — manages core/bridge services, DLL hook deployment, and TLS cert setup
Languages
Rust
100%