-
Notifications
You must be signed in to change notification settings - Fork 142
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
Windows Defender and Malwarebytes Triggered #13
Comments
nevermind |
Code compiled using pyinstaller or py2exe is often incorrectly to be malware or a virus or a trojan by various antivirus programs. It can often have scary names like Trojan:Win32/Wacatac.C!ml. This is most likely what is known in the virus industry as a “false positive”. Your code might not be doing anything malicious, but because it was compiled in a way that looks a bit like other code which might do malicious things antivirus judges it to be a virus. |
I would understand 1 false positive, but 10? and from malwarebytes aswell?
https://www.virustotal.com/gui/file/45d443b42f383f0a6bca72ed6fe694ddd25fcd742294059e3f811395e4d83dfd/detection
The text was updated successfully, but these errors were encountered: