Tagged Questions
7
votes
3answers
301 views
How can I test my applications against the popular virus scanners?
I need to find out whether my apps are being flagged as viruses by the most popular anti-virus packages (not best, but biggest by user base). I therefore would like to know how others go about this. ...
2
votes
1answer
105 views
Detect if a windows machine has a virus scanner running? [closed]
Possible Duplicate:
Detect Antivirus on Windows using C#
In .net I would like to be able to detect of a windows box has a virus scanner running.
Windows 7 knows because in "Control ...
0
votes
1answer
78 views
ClamAV and Python
I would like to write a small commandline scanner using ClamAV and Python. I have tried several tutorials and instructions on this matter, but have been unable to get this working. Everything I have ...