每次我编译 exe c++ 程序时,它都被检测为病毒

问题描述

上述程序示例:

#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("aa");
    return 0;
}

我把这个程序放在virustotal中,这是它的输出https://www.virustotal.com/gui/file/8ba14bd65c6a83e6b776359ebdefad41e039ee0091e37300a7b463f497277d52/detection

我正在使用带有 Visual C++ 编译器的 Visual Studio。即使在我重新安装 Windows 之后也会出现这个问题(我以为我有某种病毒会将其代码注入我的程序,所以我认为重新安装 Windows 会有所帮助)。更奇怪的是,Windows Defender 没有检测到同一个程序的任何问题……这是 Visual C++ 编译器的正常问题吗?或者我可能有某种病毒,即使在重新安装 Windows 之后?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)