Skip to content

ClamAV.Managed 0.1.0.0

Compare
Choose a tag to compare
@rmuch rmuch released this 04 Mar 10:37
· 118 commits to master since this release

10 January 2014

ClamAV.Managed 0.1.0.0 is the first public release of the project. This release
supports the following feature set:

  • A managed code interface for libclamav, written in C# and implemented using
    P/Invoke to wrap the C library functions.
  • Support for most of the libclamav interface, except for callback functions.
  • Functionality for scanning directories as well as files.
  • A sample project implementing a simple GUI virus scanner, to help developers
    get started.
  • Support for Windows, working on Linux and Mac OS X with Mono.

This is a source code release, with no binary builds available.