Where do I get a list of all known viruses signatures?
Posted
by Zachary Brown
on Stack Overflow
See other posts from Stack Overflow
or by Zachary Brown
Published on 2010-04-27T04:04:32Z
Indexed on
2010/04/27
4:13 UTC
Read the original article
Hit count: 467
I have written some antivirus software in Python, but am unable to find virus signatures. The software works by dumping each file on the hard disk to hex, thus getting the hex signature. Where do i get signatures for all the known viruses?
© Stack Overflow or respective owner