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

..03-May-2022-

clamav-milter/H03-May-2022-3,5702,875

clambc/H03-May-2022-1,3741,227

clamconf/H03-May-2022-1,4451,241

clamd/H03-May-2022-7,5936,097

clamdscan/H03-May-2022-2,5392,057

clamdtop/H03-May-2022-2,5852,233

clamonacc/H03-May-2022-8,7475,946

clamscan/H03-May-2022-2,6352,105

clamsubmit/H03-May-2022-1,6291,377

cmake/H10-Jan-2022-1,6521,393

config/H10-Jan-2022-17,64013,170

database/H03-May-2022-740629

docs/H03-May-2022-4,6404,289

etc/H03-May-2022-2,0591,729

examples/H03-May-2022-871547

freshclam/H03-May-2022-3,4132,513

fuzz/H03-May-2022-3,0282,535

libclamav/H03-May-2022-842,116619,621

libclammspack/H03-May-2022-16,1659,658

libclamunrar/H03-May-2022-30,61024,292

libclamunrar_iface/H03-May-2022-601414

libfreshclam/H03-May-2022-5,3514,033

libltdl/H03-May-2022-8,3525,502

m4/H10-Jan-2022-15,32113,934

shared/H03-May-2022-9,4257,096

sigtool/H03-May-2022-6,0005,184

test/H03-May-2022-934837

unit_tests/H03-May-2022-11,1659,347

win32/H03-May-2022-26,92524,331

CMakeOptions.cmakeH A D10-Jan-20223 KiB10982

COPYINGH A D10-Jan-202218.3 KiB357294

COPYING.LGPLH A D10-Jan-202225.9 KiB511422

COPYING.YARAH A D10-Jan-202211.3 KiB207172

COPYING.bzip2H A D10-Jan-20222 KiB4635

COPYING.fileH A D10-Jan-20221.8 KiB3429

COPYING.getoptH A D10-Jan-20221.1 KiB2319

COPYING.llvmH A D10-Jan-20223.2 KiB7356

COPYING.lzmaH A D10-Jan-2022217 85

COPYING.pcreH A D10-Jan-20222.5 KiB6948

COPYING.regexH A D10-Jan-20221.7 KiB3328

COPYING.unrarH A D10-Jan-20222.3 KiB5339

COPYING.zlibH A D10-Jan-2022885 2215

ChangeLog.mdH A D10-Jan-2022124 43

INSTALL.autotools.mdH A D10-Jan-20229.2 KiB238181

INSTALL.cmake.mdH A D10-Jan-202216.3 KiB546380

Makefile.amH A D10-Jan-20222.7 KiB6634

Makefile.inH A D03-May-202246.3 KiB1,2991,171

NEWS.mdH A D10-Jan-2022163.3 KiB3,9653,124

README.mdH A D10-Jan-20223 KiB9057

aclocal.m4H A D10-Jan-202255.2 KiB1,5611,416

autogen.shH A D10-Jan-2022552 2414

clamav-config.h.cmake.inH A D10-Jan-202216.2 KiB609423

clamav-config.h.inH A D10-Jan-202216.6 KiB705485

clamav-config.inH A D10-Jan-20221,023 7555

clamav-types.h.inH A D10-Jan-20221.9 KiB8570

clamav-version.h.inH A D10-Jan-20222.1 KiB6960

configureH A D03-May-20221.1 MiB37,60831,965

configure.acH A D10-Jan-202214.3 KiB404349

libclamav.pc.inH A D10-Jan-2022242 1310

platform.h.inH A D10-Jan-20223.1 KiB154129

target.h.cmake.inH A D10-Jan-2022417 2117

README.md

1# ClamAV
2
3ClamAV® is an open source antivirus engine for detecting trojans, viruses,
4malware & other malicious threats.
5
6## Documentation & FAQ
7
8Official documentation can be found online at
9[ClamAV.net](https://docs.clamav.net/).
10Our source code release tarballs also includes a copy of the documentation for
11[offline](docs/html/UserManual.html) reading.
12
13## ClamAV Signatures
14
15Anyone can learn to read and write ClamAV signatures. To get started, see our
16[signature writing documentation](https://docs.clamav.net/manual/Signatures.html).
17
18## Installation Instructions
19
20### UNIX
21
22#### Build from Source on Linux/Unix/Mac
23
24For basic compile and install instructions on Linux/Unix platforms, check out
25the [install instructions](INSTALL.autotools.md).
26
27For detailed instructions specific to building ClamAV please investigate
28our the
29[Linux/Unix/Mac Install instructions in the User Manual](https://docs.clamav.net/manual/Installing/Installing-from-source-Unix.html).
30
31For instructions on how to build ClamAV using our new *experimental* CMake
32build tooling, see [INSTALL.cmake.md](INSTALL.cmake.md)
33
34#### Install from a binary package
35
36For binary package distribution installation instructions, head over to
37[our website](https://docs.clamav.net/manual/Installing/Packages.html).
38
39### Windows
40
41#### Build from Source on Windows
42
43The instructions for building ClamAV from source on Windows is located in the
44[Win32 README](win32/README.md).
45
46#### Using an Install Package
47
48We provide an installer to install ClamAV on Windows to "C:\\Program Files".
49This install method will require you to have Adminstrator priveleges.
50
51We also provide a "Portable Install Package" (i.e. a zip of the required files)
52for users that may wish to run ClamAV without installing it to a system-owned
53directory.
54
55For details on how to use either option, head over to the
56[Windows Install instructions in the User Manual](https://docs.clamav.net/manual/Installing.html).
57
58For instructions on how to build ClamAV using our new *experimental* CMake
59build tooling, see [INSTALL.cmake.md](INSTALL.cmake.md)
60
61### Upgrading from a previous version
62
63Some tips on [how to upgrade](https://docs.clamav.net/faq/faq-upgrade.html)
64 from a previous version of ClamAV.
65
66## ClamAV News
67
68For information about the features in this and prior releases, read
69[the news](NEWS.md).
70
71Catch up on the latest about ClamAV by reading our
72[blog](http://blog.clamav.net) and follow us on Twitter @clamav.
73
74## Join the ClamAV Community
75
76The best way to get in touch with the ClamAV community is to join our
77[our mailing lists](https://docs.clamav.net/faq/faq-ml.html), and
78tune to #clamav on [IRC](irc.freenode.net).
79
80## Want to make a contribution?
81
82The ClamAV development team welcomes
83[code contributions](https://github.com/Cisco-Talos/clamav-devel),
84improvements to [our documentation](https://github.com/Cisco-Talos/clamav-faq),
85and also [bug reports](https://github.com/Cisco-Talos/clamav/issues). Thanks for joining us!
86
87## Credits
88
89[The ClamAV Team](https://www.clamav.net/about.html#credits)
90