erlClamAV 0.2 review

Download
by rbytes.net on

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Olivier Girondel
0 stars award from rbytes.net

erlClamAV is a C-port driver to access ClamAV from Erlang.

Tested with:

Erlang/OTP R10B-9
ClamAV 0.87.1

Example usage:

erlClamAV/ebin$ erl -noshell -s clamav test -s init stop
ClamAV: {version,"0.87.1"}
scanfile("eicarcom2.zip")
=> {infected,"Eicar-Test-Signature"}
scanfile("eicar_com.zip")
=> {infected,"Eicar-Test-Signature"}
scanbuff("product.scr.txt")
=> {infected,"Worm.SomeFool.P"}
ok

Requirements:
ClamAV >= 0.87.1

erlClamAV 0.2 search tags