Virus in Delphi 7

delphi, virus

Solution

Two possibilities:

- False positive. You could submit your app to VirusTotal to check it against other AV tools.

- You're infected with this virus which targets D7. This would cause Delphi to produce infected EXEs.

Problem

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 ?

Original source

Related problems