Virus in Delphi 7
Asked Answered
A

5

15

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 ?

Almucantar answered 5/1, 2010 at 14:19 Comment(3)
You might try installing and running one or more other antivirus products, disable McAfee, then see whether the others also report an infection.Rosenzweig
I think this belongs to SuperUser.Hyperkinesia
Possible duplicate of Accidentally created a virus?Solifluction
N
35

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.
Nighthawk answered 5/1, 2010 at 14:24 Comment(1)
3. He's trying to write a virus :DKnisley
A
2

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.

Aksum answered 2/2, 2010 at 21:59 Comment(0)
M
1

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/)
Minnieminnnie answered 17/5, 2012 at 14:14 Comment(0)
C
1

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.

Cate answered 29/11, 2021 at 7:30 Comment(0)
C
-3

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

Crucifer answered 6/1, 2010 at 9:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.