erlClamAV 0.2 review
Download
|
|
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 keywords