带输出的命令行病毒扫描

发布于 2024-11-27 13:57:05 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

魄砕の薆 2024-12-04 13:57:05

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.

旧夏天 2024-12-04 13:57:05

我能够使用 ClamWin 和以下参数轻松完成此任务:

C:\Program Files (x86)\ClamWin\bin\clamscan.exe -d C:\ProgramData\.clamwin\db --remove --stdout MY_FILE_NAME_AND_PATH

这允许我从 C# 代码中读取 StOut 并解析它,如果存在病毒,它还会删除该文件。

I was able to accomplish this pretty easily using ClamWin with the following argument:

C:\Program Files (x86)\ClamWin\bin\clamscan.exe -d C:\ProgramData\.clamwin\db --remove --stdout MY_FILE_NAME_AND_PATH

This allows me to read the StOut from my C# code and parse it and it also removes the file if a virus exists.

雪花飘飘的天空 2024-12-04 13:57:05

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文