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.
There are a few new scan options in
clamav.h
that need to be added to theScanOptions
enum, as well as a newclcb_virus_found
callbackCommit history can be found on the ClamAV GitHub repository.