Calling the McAfee virus scan engine

折月煮酒 提交于 2019-12-07 05:25:55

问题


I have a request from a client to integrate virus scanning into an application using the McAfee Virus Scan which they have on their server. I have done a bit of investigation and found that McScan32.dll is the main scan engine and it exports various functions that look useful. I have also found mentions of a McAfee Scan Engine SDK, but had trouble getting more information about it.

Has anyone used the McAfee Scan Engine SDK, if so where did you get information about it. I am trying to integrate into a C# application and the SDK appears to export C style functions, but that is a different issue once I get hold of the SDK.


回答1:


Opswat.com provide a set of API's that wrap around existing virus checker, look at their product Metascan Ultra Plus.



来源:https://stackoverflow.com/questions/908356/calling-the-mcafee-virus-scan-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!