• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-

examples/H03-May-2022-967713

files/H03-May-2022-292209

spec-files/H04-May-2005-727678

t/H04-May-2005-87

ChangesH A D04-May-200523.4 KiB688544

FAQH A D03-Nov-2003748 2516

MANIFESTH A D29-Feb-2004437 2221

META.ymlH A D04-May-2005293 119

Makefile.PLH A D04-May-20059.3 KiB360326

READMEH A D04-May-20051.5 KiB5336

Scan.pmH A D04-May-200563 KiB811624

TODOH A D09-Mar-200258 43

README

1This is the README file for the PERL module File::Scan for Version 1.43
2
3File::Scan - Perl extension for Scanning files for Viruses
4
5This module is designed to allows users to scan files for known viruses.
6The purpose is to provide a perl module to make plataform independent
7virus scanners.
8
9To install File::Scan module type the following:
10
11% perl Makefile.PL
12% make
13% make test
14% make install
15
16Rpm Packages
17  Platform: SuSE 7.3
18  Author: Pascal Bleser <pascal.bleser@atosorigin.com>
19  Url: http://guru.unixtech.be/rpm/Projects/File-Scan/
20
21  Platform: RedHat 7.2
22  Author: Michael McLagan
23  Url: ftp://ftp.redhat.com/pub/contrib/noarch/noarch/
24
25To get the most recent version:
26
27% examples/latest.pl
28
29File::Scan is supported by:
30
31AMaViS "Next Generation"
32http://sourceforge.net/projects/amavis/
33
34MIMEDefang
35http://www.roaringpenguin.com/mimedefang/
36
37Aegis - a virus scanner for Linux/Unix systems with a simple and
38intuitive user interface.
39http://jodrell.net/projects/aegis
40
41You can access the File::Scan documentation with perldoc File::Scan
42For examples look at examples directory (includes a virus scanner).
43
44For submitting new virus or virus patterns please send a mail to
45hdias@aesbuc.pt (please compress the files if they will have virus).
46
47Questions, bug reports, useful code bits, and suggestions for File::Scan
48hould just be sent to me at hdias@aesbuc.pt
49
50Copyright (c) 2005 Henrique Dias. All rights reserved.
51This program is free software; you can redistribute it and/or
52modify it under the same terms as Perl itself.
53