tags:

views:

686

answers:

5
+7  Q: 

Virus in Delphi 7

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 ?

+25  A: 

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.
Craig Stuntz
3. He's trying to write a virus :D
ldsandon
I came here and was going to vote this up, only to see that I voted it up a while back. wow lol
Earlz
+1  A: 

You may like to consider answers in How can I scan my apps against popular scanners as I think this is becoming more common. Delphi has been used for some viruses, and the scanners are not good at picking an accurate signature that is not also used in other Delphi apps.

mj2008
A: 

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

Anders Pedersen
Using D7 after having used D2010 is painful ;-)
Fabricio Araujo
A: 

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.

Catharz
A: 

Check the link : http://ginktage.com/?p=501

I have described the problem and possible solution too .

I still feel this is a false positive .

Senthil Kumar B