The exe generated by dmd unable pass Malware scan
Daniel Keep
daniel.keep.lists at gmail.com
Mon Dec 10 01:51:08 PST 2007
Eric Suen wrote:
> Hi,
>
> Any exe generated by dmd 1.024 unable pass Virus and Malware scan
>
> by http://www.virustotal.com/, it report:
>
> Ikarus T3.1.1.12 2007.12.10 MalwareScope.Worm.Warezov.3
> Prevx1 V2 2007.12.10 Heuristic: Suspicious Self Modifying File
>
> anyone has same issue, or there are something wrong on my computer?
>
> Eric
I can confirm the above results with DMD 1.023 and the following program:
import std.stdio;
void main() { writefln("Hello, World!"); }
-- Daniel
More information about the Digitalmars-d
mailing list