Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
158 views

What are good sources for virus signature data

I there any website which can provide a antivirus definition database to create a new antivirus software.
1
vote
2answers
276 views

Virus Signatures and Genetic Algorithms

I would like to know how one achieves the following signature. I have read online that (al least in the past) researchers will take the "suspected" file the binary code, convert it to assembly, ...
1
vote
1answer
628 views

Query antivirus definitions date?

Is it possible at all to query (WMI?) the virus defnintions date of definitions installed on remote computers? I'd like to start specificially with Symantec Endpoint Protection, and then branch out to ...
0
votes
2answers
310 views

How to separate virus signatures in a virus signature file

I am doing an anti-virus project, I have a signature file and I want to separate the signatures in it. It is all beside each other and in hex, is there is a delimiter or something?? Thank you for ...