boy1dr / SpleeterGui

Windows desktop front end for Spleeter - AI source separation
Apache License 2.0
2.27k stars 248 forks source link

win64 malware-gen in python.exe flagged by avast #159

Open Flawy12 opened 2 years ago

Flawy12 commented 2 years ago

Why am I getting this warning by my antivirus? Avast One app flags this when I try to run the GUI?

boy1dr commented 2 years ago

Thanks for letting me know, i had some trouble with the 32bit version with false positives.

The source code is available in this github repo, feel free to check the code and compile it yourself.

The reason it gets false positives is SpleeterGUI is a front-end for a command line program. Antivirus see's this pattern as dangerous because the software runs commands on your system. It also uses python which is also seen as a vector for malware and viruses.

Flawy12 commented 2 years ago

Ok..thanks for the reply and for this awesome GUI