rmuch/ClamAV.Managed

Incompatibility with official ClamAV Windows binary distribution

rmuch opened this issue · 2 comments

Numerous issues when trying to use ClamAV.Managed with the official build(s) of libclamav available at http://sourceforge.net/projects/clamav/files/clamav/win32/. Experienced with 0.98.3.

When hosting the win32 (32-bit) build of libclamav, cl_load will always return CL_EMEM.

Attempting to host the 64-bit build results in a BadImageFormatException.

Needs further investigation.

rmuch commented

TODO: Check whether this issue still occurs with the latest Windows builds available (currently 0.99.1).

rmuch commented

Tested with the newest official build clamav-0.99.2-win32.zip and clamav-0.99.2-x64.zip, works fine.