Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Calling the McAfee virus scan engine

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.

like image 298
Craig Avatar asked Oct 15 '22 15:10

Craig


1 Answers

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

like image 132
cody Avatar answered Oct 18 '22 21:10

cody