c# - Does there exist any NON-GPL/AGPL virus scanning library? -


is there c#/.net code (or convertible .net, such java/python) virus scanning not under gpl/agpl ?
found c# wrapper clamav, clamav gpl...
lgpl suffice, , matter of fact, prefer.

preferably in managed code, dllimport welcome.
com interop no-go, need cross-platform (=windows & linux).

how metascan - supports multiple av engines , has .net support. not sure if uses com underneath available on windows.

another thought use command line version of av engines.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -