Программа, скомпилированная в Windows Vista, помечена Защитником Windows в Windows 10 как Win32/Wacatac.B!ml.C++

Программы на C++. Форум разработчиков
Ответить Пред. темаСлед. тема
Anonymous
 Программа, скомпилированная в Windows Vista, помечена Защитником Windows в Windows 10 как Win32/Wacatac.B!ml.

Сообщение Anonymous »


У меня есть программа, которую я скомпилировал для двух разных версий Windows, чтобы ее можно было запускать на большем количестве систем:

64-битная Windows 10:

Код: Выделить всё

MinGW64, MSYS2, SDL2 v2.26.0 and later, g++ 13.2.0 make
32bit Windows Vista SP2:

Код: Выделить всё

MinGW, msys.bat, SDL2 v2.0.3, g++ 9.2.0 make
The source code is very similar, apart from using https://github.com/meganz/mingw-std-threads to replace std::thread in MinGW in the Windows Vista version.
When I ran the program compiled on Windows Vista on Windows 10, Windows Defender flagged it for

Код: Выделить всё

Win32/Wactac.B!ml
. When I made an exception in Windows Defender the program ran fine. I tried to the exe in msys.bat, but it had no effect other than cutting the file size in half.
I submitted it to https://www.microsoft.com/en-us/wdsi/filesubmission/ under PUA (Potentially unwanted programs) False Positive so Windows Defender wouldn't flag it. I am not sure how to interpret the response I got. It listed

Код: Выделить всё

(!) Cloud: Program:Win32/Wacapew.C!ml
and

Код: Выделить всё

(!) Cloud: Trojan:Win32/Sabsik.FLA!ml
(Screenshot).
The submitted files do not meet our criteria for malware or potentially unwanted applications. No detection will be added for these files.
More detailed information about the approach and criteria categories currently used by the Microsoft researchers are available here: https://docs.microsoft.com/windows/secu ... e/criteria
What do

Код: Выделить всё

Win32/Wactac.B!ml
and other things do? How can I configure MinGW/msys.bat to not include

Код: Выделить всё

Win32/Wactac.B!ml
in the compiled program?


Источник: https://stackoverflow.com/questions/781 ... windows-de
Реклама
Ответить Пред. темаСлед. тема

Быстрый ответ

Изменение регистра текста: 
Смайлики
:) :( :oops: :roll: :wink: :muza: :clever: :sorry: :angel: :read: *x)
Ещё смайлики…
   
К этому ответу прикреплено по крайней мере одно вложение.

Если вы не хотите добавлять вложения, оставьте поля пустыми.

Максимально разрешённый размер вложения: 15 МБ.

  • Похожие темы
    Ответы
    Просмотры
    Последнее сообщение

Вернуться в «C++»