550b23bb26
Found without Ghidra, via anadius's LSX command-registration table (handler list is offset-by-one from the names; verified by +0x27060 = GetProfile). The gate is GetInternetConnectedState @ anadius64.dll+0x27790: its LSX "connected" attribute = (byte[+0xCAB1B]||byte[+0xCAB1A]) ? str(+0xAF530) : str(+0xADE64); both flags default 0 -> reports offline. That is why the client aborts at "connecting". M1 answers: (1) ProtoSSLConnect not reached (gate upstream); (2) connection-state function named; (3) single actionable gate (token already provided by anadius FakeAuth / GoOnline passes). M2 (next session) = make GetInternetConnectedState report connected, then watch for the real Blaze connect. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>