ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
clamav/libclamav
Török Edvin b1018ea52e Fix another interpreter bug accessing structs. 15 years ago
..
7z bb#1909 15 years ago
c++ Add new files to build system. 15 years ago
jsparse Fix the FreeBSD crash fix (bb #1727). 16 years ago
nsis sigtool: print match count and offsets in --test-sigs mode (bb#2054) 15 years ago
regex unify DUPMAX def 16 years ago
.gitignore
7z.c libclamav: cdb: drop FileType; cover ARJ, CAB, TAR, CPIO and 7Z 16 years ago
7z.h
Makefile.am Add the builtin bytecode. 15 years ago
Makefile.in Add the builtin bytecode. 15 years ago
aspack.c
aspack.h
autoit.c fix variable declaration 15 years ago
autoit.h use fmap in autoit 15 years ago
bcfeatures.h Sync headers with clamav bytecode compiler. 16 years ago
bignum.c win32#2 16 years ago
bignum.h win32#2 16 years ago
bignum_class.h
binhex.c binhex: scan partially extracted files 16 years ago
binhex.h one pass binhex 16 years ago
blob.c fix some warnings 16 years ago
blob.h
builtin_bytecodes.h Add the builtin bytecode. 15 years ago
bytecode.c Fix another interpreter bug accessing structs. 15 years ago
bytecode.h Add engine param to bytecode, and remove dconf from _init. 15 years ago
bytecode_api.c Add new bytecode APIs to access the environment. 15 years ago
bytecode_api.h Add new bytecode APIs to access the environment. 15 years ago
bytecode_api_decl.c Add new bytecode APIs to access the environment. 15 years ago
bytecode_api_impl.h Add new bytecode APIs to access the environment. 15 years ago
bytecode_detect.c Move environment detection code to bytecode_detect.c. 15 years ago
bytecode_detect.h Move environment detection code to bytecode_detect.c. 15 years ago
bytecode_hooks.h add match_offsets support. 15 years ago
bytecode_nojit.c Move environment detection code to bytecode_detect.c. 15 years ago
bytecode_priv.h Introduce BC_STARTUP bytecode (bb #2101, #2078). 15 years ago
bytecode_vm.c Fix use of uninitialized value (bb #2140). 15 years ago
cab.c fix typoes - thanks to Michael Tautschnig 15 years ago
cab.h
cache.c Fix build without pthreads bb #1897. 15 years ago
cache.h cache final fixes 16 years ago
chmunpack.c Merge remote branch 'origin/fmap4all' 16 years ago
chmunpack.h s/struct F_MAP/fmap_t/ 16 years ago
clamav.h Add engine param to bytecode, and remove dconf from _init. 15 years ago
clambc.h add match_offsets support. 15 years ago
cltypes.h
cpio.c libclamav: cdb: drop FileType; cover ARJ, CAB, TAR, CPIO and 7Z 16 years ago
cpio.h
cvd.c libclamav/cvd.c: load daily.ign[2] files from CVDs (bb#2061) 15 years ago
cvd.h libclamav: avoid loading duplicate databases (bb#1962) 15 years ago
dconf.c Fix debug message: bytecode needs to look at dconf->bytecode. 15 years ago
dconf.h enable prefiltering, and add to dconf. 16 years ago
default.h libclamav: use BM matcher in offset mode for PE files larger than 256kB 16 years ago
disasm-common.h fix struct doxygen docs. 16 years ago
disasm.c bb#1778 16 years ago
disasm.h disasm_x86 api. 16 years ago
disasmpriv.h Sync with compiler. 16 years ago
dlp.c
dlp.h
dsig.c fix some warnings 16 years ago
dsig.h CL_DB_CVDNOTMP is now the only way to load .cvd/.cld files; prepare 16 years ago
elf.c libclamav: prefix all engine detections with "Heuristics." (bb#1808) 16 years ago
elf.h s/struct F_MAP/fmap_t/ 16 years ago
encoding_aliases.h
entconv.c Disable entconv debug messages. 15 years ago
entconv.h
entitylist.h
execs.h matching complete 16 years ago
explode.c
explode.h
filetypes.c libclamav: fix scanning of utf16 data (bb#1853) 15 years ago
filetypes.h drop type-8 sigs (bb#895) 16 years ago
filetypes_int.h new pdf wip 15 years ago
filtering.c Fix handling of string alternates (bb #2004). 15 years ago
filtering.h Prepare for prefiltering: add new files. 16 years ago
fmap.c Fix bug introduced in clamav-0.96-51-g3e3b587. 15 years ago
fmap.h bb#1968 15 years ago
fsg.c
fsg.h
hashtab.c Fix compiler warnings. 15 years ago
hashtab.h 0.96.1 new APIs (cli_map etc.) 15 years ago
htmlnorm.c Merge remote branch 'origin/fmap4all' 16 years ago
htmlnorm.h s/struct F_MAP/fmap_t/ 16 years ago
iana_cctld.h
iana_tld.h
inffixed64.h
inflate64.c
inflate64.h
inflate64_priv.h
is_tar.c
is_tar.h
ishield.c fix compiler warnings (bb #1872, bb #1934, bb #1935) 15 years ago
ishield.h ishiled full fmap - pt 2 16 years ago
libclamav.map Add new files to build system. 15 years ago
line.c
line.h
lzma_iface.c
lzma_iface.h
macho.c fix some compiler warnings 15 years ago
macho.h s/struct F_MAP/fmap_t/ 16 years ago
matcher-ac.c libclamav/matcher.c: fix counting of logical subsigs matched at boundaries (bb#2053) 15 years ago
matcher-ac.h libclamav: minimize header parsing (bb#2065) 15 years ago
matcher-bm.c libclamav: minimize header parsing (bb#2065) 15 years ago
matcher-bm.h libclamav: minimize header parsing (bb#2065) 15 years ago
matcher-md5.c Fix nonmpool build. 15 years ago
matcher-md5.h libclamav: reduce memory usage for MD5 sigs (bb#2057) 15 years ago
matcher.c clamd: add ExtendedDetectionInfo (bb#1228, #1626) 15 years ago
matcher.h libclamav: reduce memory usage for MD5 sigs (bb#2057) 15 years ago
mbox.c libclamav: prefix all engine detections with "Heuristics." (bb#1808) 16 years ago
mbox.h win32 16 years ago
md5.c
md5.h
message.c purge message.c binhex parser 16 years ago
message.h
mew.c
mew.h
mpool.c drop 2 more sizes. 15 years ago
mpool.h Fix bus error on Sparc. 16 years ago
msexpand.c
msexpand.h
mspack.c libclamav/mspack.c: fix write error 15 years ago
mspack.h
ole2_extract.c error path uninit - bb#1908 15 years ago
ole2_extract.h
others.c Add engine param to bytecode, and remove dconf from _init. 15 years ago
others.h Add engine param to bytecode, and remove dconf from _init. 15 years ago
others_common.c Fix typo (bb #2060). 15 years ago
packlibs.c
packlibs.h
pdf.c Rearrange some fields in structs to avoid holes. 15 years ago
pdf.h
pe.c libclamav: reduce memory usage for MD5 sigs (bb#2057) 15 years ago
pe.h add match_offsets support. 15 years ago
pe_icons.c bb#2064 15 years ago
pe_icons.h icon scan interface rework 16 years ago
perflogging.c Prepare for prefiltering: add new files. 16 years ago
perflogging.h fix C++ comments 15 years ago
petite.c
petite.h
phish_domaincheck_db.c enable prefiltering, and add to dconf. 16 years ago
phish_domaincheck_db.h
phish_whitelist.c enable prefiltering, and add to dconf. 16 years ago
phish_whitelist.h
phishcheck.c Don't phishcheck email addresses (bb #2067). 15 years ago
phishcheck.h
qsort.c fix some warnings 16 years ago
readdb.c Introduce BC_STARTUP bytecode (bb #2101, #2078). 15 years ago
readdb.h libclamav: base code for unified container metadata matcher (bb#1579) 16 years ago
rebuildpe.c
rebuildpe.h
regex_list.c enable prefiltering, and add to dconf. 16 years ago
regex_list.h freshclam: fix memleak when testing safebrowsing.cvd (bb#2091) 15 years ago
regex_suffix.c
regex_suffix.h
rtf.c
rtf.h
scanners.c use fmap in embpe 15 years ago
scanners.h clamd: add ExtendedDetectionInfo (bb#1228, #1626) 15 years ago
sha1.c collect sha256 15 years ago
sha1.h collect sha256 15 years ago
sha256.c Improve DB load time (bb #1860). 15 years ago
sha256.h
sis.c sis.c: fix size check 16 years ago
sis.h
special.c libclamav/special.c: avoid false MS02-002 detections for corrupted files (bb#2074) 15 years ago
special.h
spin.c Revert accidental commit of these files in 16 years ago
spin.h
str.c libclamav/str.c: fix cli_isnumber() (bb#2070) 15 years ago
str.h fix some compiler warnings 15 years ago
table.c
table.h
text.c
text.h win32 16 years ago
textdet.c
textdet.h
textnorm.c fix some warnings 16 years ago
textnorm.h fix some warnings 16 years ago
tnef.c bb#1695 16 years ago
tnef.h
type_desc.h 0.96.1 new APIs (cli_map etc.) 15 years ago
unarj.c unarj leaks 16 years ago
unarj.h
uniq.c
uniq.h
unsp.c
unsp.h
untar.c libclamav: cdb: drop FileType; cover ARJ, CAB, TAR, CPIO and 7Z 16 years ago
untar.h
unzip.c fix compiler warnings (bb #1872, bb #1934, bb #1935) 15 years ago
unzip.h
upack.c
upack.h
upx.c
upx.h
uuencode.c Merge remote branch 'origin/fmap4all' 16 years ago
uuencode.h s/struct F_MAP/fmap_t/ 16 years ago
vba_extract.c libclamav: fix some error messages (bb#2083) 15 years ago
vba_extract.h
version.c
wwunpack.c
wwunpack.h
yc.c
yc.h