PDA

View Full Version : BUG: it can't be possible that it is a TROJAN!


Redjsoft
July 23rd, 2006, 05:27 PM
I compiled following program in Delphi 7 and NOD found a Trojan in it! And all other programs with such code are also defined as Agent.CC trojan by NOD.
What can I do now??? :( :( :(

program ccc;
{$APPTYPE CONSOLE}
uses
SysUtils;

begin
if (paramstr(3) ='i') then
begin
end;
end.

cupez80
July 23rd, 2006, 09:19 PM
yup im sure its false positive :D

NOD32 user
July 23rd, 2006, 09:56 PM
{QUOTE-> ...What can I do now??? :( :( :( <-QUOTE}The suggestion is submit a sample to ESET with a note mentioning False Positive and a link to this thread.

In the interim you could exclude the folder your compiler outputs to if you wish.

Cheers :)