Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downloads flagged as virus and blocked (by Windows Defender/Chrome/Edge) #185

Open
clach04 opened this issue Nov 23, 2024 · 4 comments
Open

Comments

@clach04
Copy link

clach04 commented Nov 23, 2024

Downloading:

  1. https://github.com/skeeto/w64devkit/releases/tag/v2.0.0
    • flagged as PUA:Win32/Packunwan
    • flagged as PUA:Win32/GameHack
  2. https://github.com/skeeto/w64devkit/releases/tag/v1.23.0
    • flagged as Trojan:Win32/Vigorf.A

This results in a failed download, so I've not been able to check out the compiler setup.

I'm assuming these are false positives, but I can't download them successfully to upload to any other antivirus services to get more details.

I've not tried any other versions.

@grable0
Copy link

grable0 commented Nov 23, 2024

They are indeed false positives. In fact, most binaries on github get flagged by these "services" in one way or another.
One might think its intentional at this point...

If you cant disable the antivirus crap in your browsers, you could try a third party downloader (wget, curl, etc). That would at least give you the files.

@clach04
Copy link
Author

clach04 commented Nov 23, 2024

They are indeed false positives. In fact, most binaries on github get flagged by these "services" in one way or another. One might think its intentional at this point...

Which services were you able to corroborate this is a false-positive on?

I've been fairly lucky so far that my binaries hosted on GitHub haven't triggered any (yet...) 🤞

If you cant disable the antivirus crap in your browsers, you could try a third party downloader (wget, curl, etc). That would at least give you the files.

I suspect Defender will likely kick on for those too 😿 . Will have to find time try this out again. cURL happens to be built-in these days to current Windows versions, so no need to download a separate tool :-)

I ended up downloading Strawberry Perl, it has been my go-to Windows C compiler distribution for a while (I almost never use the perl shipped with it 😆 ). I briefly tried out Zig this morning but it's not a great C compiler for me (waaay too hard to set up simple optimization flags)

@skeeto
Copy link
Owner

skeeto commented Nov 23, 2024 via email

@grable0
Copy link

grable0 commented Nov 23, 2024

Which services were you able to corroborate this is a false-positive on?

I know of no way to verify a false positive other than looking at the source of the binaries they complain about, compiling them myself and running them through virus total. So while i didnt specifically verify it today, i did test the ones it complained about in previous releases, leading me to ignore those claims.

I've been fairly lucky so far that my binaries hosted on GitHub haven't triggered any (yet...) 🤞

Its an increasing problem for sure! Various tools ive been using for years suddenly have "viruses" in them, even though the binaries havent changed one bit!
Plus these "services" never say what they are actually detecting, just a spooky sounding name and "trust me bro!".

Funny how they seem to not like programming tools, debuggers, patchers and the like huh?

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

No branches or pull requests

3 participants