C程序被检测为恶意软件 [英] C programs getting detected as Malware

查看:133
本文介绍了C程序被检测为恶意软件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

最近我的C程序开始表现异常,我不知道为什么...然后我意识到它们被我的防病毒程序标记为恶意软件...首先,我认为我的编译器中存在一个恶意软件(使用CodeBlocks IDE和MinGW-GCC作为c编译器),防病毒扫描什么也没返回.

Recently my C programs started to act weirdly and I had no idea why... Then I realized that they were being flagged by my antivirus program as malware... First I thought there's a malware in my compiler (I'm using CodeBlocks IDE with MinGW-GCC as c compiler), Antivirus scan returned nothing.

所以我开始对其进行实验...

So I started experimenting on it...

我用c编写了一个简单的hello世界

I wrote a simple hello world using c

#include <stdio.h>

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

编译后不久,Windows Defender便将其标记为 Trojan:Win32/Fuerboos.C!cl :威胁级别严重

Soon as I compiled it windows defender flagged it as Trojan:Win32/Fuerboos.C!cl : Threat level Severe

所以我将exe上传到了VirusTotal 病毒总计结果

So I uploaded the exe to VirusTotal VirusTotal results

30个引擎将文件标记为恶意软件...

30 engines flagged the file as malware...

而且gmail不允许您将其附加为可执行文件...

Also gmail doesn't allow you to attach it as an executable file...

有人遇到这个吗?有人可以向我解释一下吗?

Is anyone experiencing this? Could someone explain this to me?

推荐答案

这可能是您确实感染了恶意软件,还是存在安全隐患,如下所述:

It could be you are really having a malware or it is a security risk as mentioned here: https://en.wikipedia.org/wiki/Uncontrolled_format_string . Try using puts to see if you still have the issue

这篇关于C程序被检测为恶意软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆