Kataiser/tf2-rich-presence

Windows Defender Alert And Virustotal Virus

Closed this issue · 3 comments

It's a known issue that some antivirus software get triggered, specifically by the launcher .exes. I tried to fix it by entirely rewriting them in C++, but they were still "detected" in VirusTotal so I abandoned that. If it makes you feel more comfortable, you can move the .bat files in the "resources" folder up one level and run those instead, they function exactly identically to the .exes but don't trigger antiviruses, plus you can look directly at their source code. For the record, the documentation for the program I use to convert batch files to exes mentions that false positives do sometimes happen for whatever reason.

If anyone has any ideas on how to fix this, I'm all ears.

It's also worth noting that literally just a "hello world" script, written in C++ and compiled with GCC, is still detected as malware by some vendors.