Skip to content

fix: make IPC listener lazy to avoid antivirus false positives - #429

Merged
AmyrAhmady merged 1 commit into
openmultiplayer:masterfrom
LopezDev7:fix/lazy-ipc-listener
Aug 22, 2026
Merged

fix: make IPC listener lazy to avoid antivirus false positives#429
AmyrAhmady merged 1 commit into
openmultiplayer:masterfrom
LopezDev7:fix/lazy-ipc-listener

Conversation

@LopezDev7

@LopezDev7 LopezDev7 commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

The IPC TCP listener was binding on startup which was triggering antivirus detections (ESET + Microsoft were flagging it on VirusTotal, 1-2/70). Made the listener lazy so it only opens when you actually join a server instead of on startup.

Ran both builds through VirusTotal:

  • Before: 1-70 (ESET + Microsoft)
  • After: 0/67

Just moved the bind to right before DLL injection in the inject command, stored the app handle with a OnceLock so it's available when needed.

Closes #419

The IPC TCP listener was binding on startup which triggered AV
detections (1-2/70 on VirusTotal). Now it only binds when joining
a server, reducing detections to 0/67.

Closes openmultiplayer#419
@AmyrAhmady
AmyrAhmady merged commit ebeeb49 into openmultiplayer:master Aug 22, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

possible reason the standalone exe gets false flagged since 1.6.1

2 participants