Delphi 7 中的病毒

发布于 2024-08-16 20:03:01 字数 144 浏览 1 评论 0原文

当我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

生寂 2024-08-23 20:03:01

两种可能性:

  1. 误报。您可以将您的应用提交到 VirusTotal 来对照其他反病毒工具进行检查。
  2. 您已感染 该病毒以 D7 为目标。这将导致 Delphi 产生受感染的 EXE。

Two possibilities:

  1. False positive. You could submit your app to VirusTotal to check it against other AV tools.
  2. You're infected with this virus which targets D7. This would cause Delphi to produce infected EXEs.
-黛色若梦 2024-08-23 20:03:01

这可能是误报。

我们的一位新开发人员(也是 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.

桃气十足 2024-08-23 20:03:01

请按照以下步骤解决该问题:

  • 转至 /source/rtl Delphi7。有一个“makefile”文件。
  • 请在其上创建一个名为“Lib”的新目录,
  • 输入命令行(cmd.exe);输入关键字 MAKE 和 ENTER 键,
  • 它将重新编译创建的 Lib 目录中的 dcu 文件。
  • 备份delphi7的原始Lib目录
  • 副本覆盖创建的dcu,
  • 请测试应用程序(http://www.virustotal.com/)

Follow these steps to fix the problem:

  • go to /source/rtl Delphi7. There is a 'makefile' file.
  • please make a new dir called 'Lib' on it
  • enter command-line (cmd.exe); enter the keyword MAKE and ENTER key
  • it'll be recompiled the dcu files on the Lib diretory created.
  • back-up delphi7's original Lib dir
  • copy override the dcu created
  • please test application (http://www.virustotal.com/)
空城仅有旧梦在 2024-08-23 20:03:01

向 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.

梦年海沫深 2024-08-23 20:03:01

或者只是更新 - Delphi 2010 好 100 倍:-)

Or just update - Delphi 2010 is 100 times better :-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文