How to detect antivirus on Windows Server 2008 in C#?

后端 未结 5 1639
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-14 18:29

I have seen code samples similar to the following numerous times in my search for an answer:

using System;
using System.Text;
using System.Management;

names         


        
5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 19:11

    This is more of an idea than a perfect solution. With respect to the answer by Leonardo, how about using an actual piece of anti-virus software (link against it) in order to perform a search for other anti-virus software? ClamAV is opensource and a nice point to start. You "only" need to define a new and rather specific signature database.

提交回复
热议问题