Is there any Anti Virus product which provides a .Net (or COM) API?
问题 We need to send uploaded files from our CMS website to any antivirus product as a POC. Are there any AV products out there that provide a .Net/COM API. 回答1: Clam AntiVirus has an API available under the GNU GPL which you can probably wrap up with SWIG. If for any reason you don't want their code in your process, you can also use their (very simple) socket protocol: open a socket and send it SCAN filename , or send it STREAM and it will send back a port number to which you can then send a byte