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 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我使用过 Symantec 扫描引擎 (http://www.symantec.com/business/scan-引擎),并从 Java 调用取得了一些成功。它有一个基于 TCP/IP 的 API,因此应该可以与 .NET 一起使用。
I've used Symantec Scan engine (http://www.symantec.com/business/scan-engine) with some success calling from Java. It has an TCP/IP based API so it should be possible to use it with .NET.
如果文件保存在服务器上,大多数防病毒软件会立即扫描它们,并删除/隔离受感染的文件。在这方面,当您运行命令行工具时,它们已经被扫描了。
If files are saved on the server, most anti-virus suits will scan them immediately, and delete/quarantine the infected files. In that regard, by the time you run the command-line tool they were already scanned.
如果你看一下 MetaScan(Google it),它会连接并为大多数病毒扫描包提供 API。如果客户制定了病毒软件策略,我们将使用它在我们的软件包中提供病毒扫描。
If you take a look at MetaScan (Google it) it will hook into and provide an API for most virus scan packages. We use it to provide virus scan in our software package if the client has a virus software policy in place.