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.
What can I do now??? :( :( :(
program ccc;
{$APPTYPE CONSOLE}
uses
SysUtils;
begin
if (paramstr(3) ='i') then
begin
end;
end.