rmuch / ClamAV.Managed

ClamAV bindings for the .NET Framework, Mono and PowerShell. ClamAV.Managed is a library written in C# for the .NET Framework and Mono, providing managed bindings for the libclamav interface. It includes ClamAV.Managed.PowerShell, a set of PowerShell cmdlets for ClamAV scanning. It comes with sample code for building a GUI virus scanner application.
GNU General Public License v2.0
20 stars 8 forks source link

Upgrade API bindings to ClamAV 0.99 #7

Closed rmuch closed 3 years ago

rmuch commented 8 years ago

There are a few new scan options in clamav.h that need to be added to the ScanOptions enum, as well as a new clcb_virus_found callback

Commit history can be found on the ClamAV GitHub repository.