Delphi 7 中的病毒
当我在 Delphi 7 IDE 中编译新项目时,MCafee 识别 将其视为病毒并将其删除。
该病毒被识别为 Generic.dx!gmk,并被防病毒软件删除,因此不会创建新的 Exe。
我们如何解决这个问题?
这是误报吗?
When i compile a new project in Delphi 7 IDE , the MCafee identifies
it as Virus and deletes it .
The virus identified as Generic.dx!gmk and is deleted by the antivirus so no new Exe is created .
How do we resolve this issue ?
Is this a false positive ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
两种可能性:
Two possibilities:
这可能是误报。
我们的一位新开发人员(也是 Delphi 的新手)也经历了同样的事情。
他将默认的“测试”项目和表单重命名为“测试”,并且不再使用它。
我猜测有人确实使用默认项目和表单名称在 Delphi 中编写了病毒/木马,并且他们创建的“模式”已将其放入 AV 数据库中。
It might a false positive.
One of our new developers (who is also new to Delphi) was experiencing the same thing.
He renamed his "test" project and forms from the default and it stopped being picked up.
I'm guessing somebody did write a virus/trojan in Delphi using the default project and form name and the "pattern" they created made it into the AV databases.
请按照以下步骤解决该问题:
Follow these steps to fix the problem:
向 McAfee 发送误报提交。以下是有关如何执行此操作的文章:https://kc。 mcafee.com/corporate/index?page=content&id=KB85567
他们会解决此问题,或者,即使它是恶意软件(不太可能),您也会收到 McAfee 分析师的回复,然后确定知道。
Send a false positive submission to McAfee. Here is an article on how to do that: https://kc.mcafee.com/corporate/index?page=content&id=KB85567
They will either fix this problem, or, even if it was a malware (which is unlikely), you will get a reply by McAfee analysts and then know for sure.
或者只是更新 - Delphi 2010 好 100 倍:-)
Or just update - Delphi 2010 is 100 times better :-)