IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.84k stars 827 forks source link

MaterialSkin and MaterialSkin.2 Torjan (Wacatac.H!ml) #288

Open zackrykalash opened 8 months ago

zackrykalash commented 8 months ago

I found MaterialSkin 2 days ago, and as i was working on a personal app when i started building it, my AntiVirus started going crazy about Wacatac.H!ml Torjan, exist in the EXE of this Visual Studio exe build...

i was confused at first, and then i removed the MaterialSkin library, the Virus Alert went away!!!

i don't know what is going on, but is this nromal? does the Library contain something?

StaticCC commented 3 months ago

The library is not a virus; however, it could have been a false flag as if you have an application with the default assembly values it could cause Windows Defender to flag the application as a virus. Open your project properties, create a unique assembly GUID, and fill in the Assembly Information (ex. Application Name, Author, Version, etc.)

Good luck!