Brecht Sanders
Brecht Sanders
Recipe created [here](https://github.com/brechtsanders/winlibs_recipes/blob/main/recipes_work_in_progress/awtk.winlib) but not building right away
I'm able to build it now, but I don't know how to package it. Specifically: which `.h` and static `.a` need to be distributed?
My build system was also Windows 11 23H2, using Defender as antivirus, and I got no alerts. Were you also using Defender or a different antivirus software?
Looks like generic/heuristic detections, so still seems like false positive. Though 30 false positives on VirusTotal is a lot.
Is the same false positive present in the release from https://github.com/mstorsjo/llvm-mingw/releases ?
It's not uncommon for antivirus heuristics to find threats in software development tools (assemblers, compilers, linkers). From my side all I can say is that I really built everything from...
I created new releases. Can you please tell me if your virus alerts are gone in these releases? - https://github.com/brechtsanders/winlibs_mingw/releases/tag/13.2.0posix-18.1.5-11.0.1-msvcrt-r8 - https://github.com/brechtsanders/winlibs_mingw/releases/tag/13.2.0posix-18.1.5-11.0.1-ucrt-r8
If r8 also shows the threats than I'm even more convinced these are false positives, especially since some antivirus scanners label the threats as generic or heuristic, meaning they don't...
Question: I just released GCC 14.1.0 builds. Does this change anythinwith regards to the virus alerts?
Are the virus alerts for LLVM components still present in these last releases? - https://github.com/brechtsanders/winlibs_mingw/releases/tag/14.1.0posix-18.1.7-12.0.0-ucrt-r2 - https://github.com/brechtsanders/winlibs_mingw/releases/tag/14.1.0posix-18.1.7-12.0.0-msvcrt-r2 The build system used to build these releases has been scanned with multiple...