NiyaShy / XB1ControllerBatteryIndicator

A tray application that shows a battery indicator for an Xbox-ish controller and gives a notification when the battery level drops to (almost) empty.
GNU General Public License v2.0
715 stars 51 forks source link

Virus warnings "IDP.ALEXA.51" #12

Closed Aganyur closed 5 years ago

Aganyur commented 5 years ago

My Avast warned me about the .exe, says it would contain the above mentioned virus. Since I've already found some statements about this Virus being a false alarm in general, VirusTotal's 68 Scanners just return one generic result (even Avast doesn't detect anything) and this being an Open-Source-Project, I don't think that there really is an issue, but probably it's important to take a note of that. Windows SmartScreen doesn't want me to execute the program as well, but luckily that's overridable. Using the latest testing version 1.2.1

Thanks for all your work!

NiyaShy commented 5 years ago

Thanks for letting me know. False positives can sadly happen any time, and I really can't think of why Avast would think it contains a malicious browser plugin... Also, as you said, since the source code is available here and anyone can build it themselves with visual studio there's really no point in trying to hide shady stuff in it.

And SmartScreen... it tends to flag anything that comes from the internet, plus the .exe is not signed, so that might be yet another reason for a false alarm.