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

Support event callbacks for virus found and signature loaded #24

Open rmuch opened 3 years ago

rmuch commented 3 years ago

libclamav has callbacks when a virus is found or when signatures are loaded. These could be exposed as events in ClamEngine.