We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
OPSWAT 这里有一个防病毒集成 SDK - (http://www.opswat.com/antivirussdk_client.shtml)
Sophos 提供了一个命令行界面来扫描病毒 - (http://www.sophos.com/support/knowledgebase/article/13252.html)
您可以探索直接使用它们或将其作为排队作业异步处理。
OPSWAT has a Antivirus Integration SDK here - (http://www.opswat.com/antivirussdk_client.shtml)
Sophos provides a command line interface to scan viruses - (http://www.sophos.com/support/knowledgebase/article/13252.html)
You can explore using these directly or handle it asynchronously as a queued job.
我能够使用 ClamWin 和以下参数轻松完成此任务:
这允许我从 C# 代码中读取 StOut 并解析它,如果存在病毒,它还会删除该文件。
I was able to accomplish this pretty easily using ClamWin with the following argument:
This allows me to read the StOut from my C# code and parse it and it also removes the file if a virus exists.
Security Essentials 有 命令行界面。据我所知,它与 ForeFront(企业用途)密切相关,并且可能具有相同的功能。
Security Essentials has a command-line interface. From what I can tell, it's closely related to ForeFront (enterprise use) and it probably has the same thing.