python - Where do I get a list of all known viruses signatures? -


i have written antivirus software in python, unable find virus signatures. software works dumping each file on hard disk hex, getting hex signature. signatures known viruses?

about 2000 signatures here;

http://files.codes-sources.com/fichier_fullscreen.aspx?id=21418&f=virussignatures.txt&lang=en

and here

http://www.nlnetlabs.nl/downloads/antivirus/antivirus/virussignatures.strings

hope helps!


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -