NAME
File::VirusScan::Engine::Command::ESET::NOD32 - File::VirusScan backend for scanning with esets_cli
SYNOPSIS
use File::VirusScan;
my $s = File::VirusScan->new({
engines => {
'-Command::ESET::NOD32' => {
command => '/path/to/esets_cli',
},
...
},
...
}
DESCRIPTION
File::VirusScan backend for scanning using ESET's esets_cli command-line scanner.
This class inherits from, and follows the conventions of, File::VirusScan::Engine::Command. See the documentation of that module for more information.
CLASS METHODS
new ( $conf )
Creates a new scanner object. $conf is a hashref containing:
- command
-
Fully-qualified path to the 'esets_cli' binary.
INSTANCE METHODS
scan ( $pathname )
Scan the path provided using the esets_cli binary provided to the constructor. Returns an File::VirusScan::Result object.
DEPENDENCIES
SEE ALSO
http://download.eset.com/manuals/eset_mail_security.pdf
AUTHOR
Dianne Skoll (dianne@skoll.ca)
Dave O'Neill (dmo@roaringpenguin.com)
Dusan Zovinec
LICENCE AND COPYRIGHT
Copyright (c) 2007 Roaring Penguin Software, Inc.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, or (at your option) any later version.