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
Tomasz Kojm d771a80d9e bump numbers 16 years ago
..
7z convert 7z EOL to unix for compat with suncc 17 years ago
c++ nullcheck. 16 years ago
jsparse Fix the FreeBSD crash fix (bb #1727). 16 years ago
nsis Merge remote branch 'origin/fmap4all' 16 years ago
regex unify DUPMAX def 16 years ago
.gitignore update ignore files 17 years ago
7z.c libclamav: cdb: drop FileType; cover ARJ, CAB, TAR, CPIO and 7Z 16 years ago
7z.h 7z support 17 years ago
Makefile.am Show version.h creation commands with V=1. 16 years ago
Makefile.in Show version.h creation commands with V=1. 16 years ago
aspack.c
aspack.h
autoit.c win32 paths handling 16 years ago
autoit.h
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
bytecode.c Allow "None" bytecode security setting only in --enable-debug mode. 16 years ago
bytecode.h compute global offsets. 16 years ago
bytecode_api.c New pointer handling rules. 16 years ago
bytecode_api.h New pointer handling rules. 16 years ago
bytecode_api_decl.c New pointer handling rules. 16 years ago
bytecode_api_impl.h New pointer handling rules. 16 years ago
bytecode_hooks.h New pointer handling rules. 16 years ago
bytecode_nojit.c dconf for bytecode. 16 years ago
bytecode_priv.h prepare for reading globals from ctx 16 years ago
bytecode_vm.c missing opcode. 16 years ago
cab.c win32#2 16 years ago
cab.h 0.95.2 17 years ago
cache.c Better fix for found_possibly_unwanted and caching. 16 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 update docs 16 years ago
clambc.h New pointer handling rules. 16 years ago
cltypes.h
cpio.c libclamav: cdb: drop FileType; cover ARJ, CAB, TAR, CPIO and 7Z 16 years ago
cpio.h libclamav: add support for cpio archives (bb#1649) 17 years ago
cvd.c libclamav: fix cl_cvdparse() leak (bb#1859) 16 years ago
cvd.h libclamav: handle digitally signed .info files 16 years ago
dconf.c enable prefiltering, and add to dconf. 16 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 17 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 configure, libclamav: fix compile issues on IRIX (bb#1532) 17 years ago
entconv.c configure, libclamav: fix compile issues on IRIX (bb#1532) 17 years ago
entconv.h
entitylist.h configure, libclamav: fix compile issues on IRIX (bb#1532) 17 years ago
execs.h matching complete 16 years ago
explode.c
explode.h
filetypes.c libclamav: fix scanning of utf16 data (bb#1853) 16 years ago
filetypes.h drop type-8 sigs (bb#895) 16 years ago
filetypes_int.h ishield-msi sig use ?? isntead of {} 16 years ago
filtering.c shut up filter debug messages during DB load. 16 years ago
filtering.h Prepare for prefiltering: add new files. 16 years ago
fmap.c add the do not cache flag to fmap_t 16 years ago
fmap.h add the do not cache flag to fmap_t 16 years ago
fsg.c
fsg.h
hashtab.c bzero size typo in hs 16 years ago
hashtab.h add _noalloc hashset functions requested by aCaB. 16 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 ishield errorpath. 16 years ago
ishield.h ishiled full fmap - pt 2 17 years ago
libclamav.map libclamav: add cl_countsigs() (bb#1473) 16 years ago
line.c
line.h
lzma_iface.c 7z support 17 years ago
lzma_iface.h 7z support 17 years ago
macho.c fix some compiler warnings 16 years ago
macho.h s/struct F_MAP/fmap_t/ 16 years ago
matcher-ac.c shut up filter debug messages during DB load. 16 years ago
matcher-ac.h enable prefiltering, and add to dconf. 16 years ago
matcher-bm.c fix previous commit 16 years ago
matcher-bm.h Merge remote branch 'origin/fmap4all' 16 years ago
matcher.c set dont_cache_flag on the fmap stack 16 years ago
matcher.h don't let scandesc rehash when we already have an hash 16 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 Fix bus error on Sparc. 16 years ago
mpool.h Fix bus error on Sparc. 16 years ago
msexpand.c
msexpand.h
mspack.c libclamav/mspack.c: fix valgrind warnings about use of uninitialized values (bb#1655) 17 years ago
mspack.h
ole2_extract.c Merge remote branch 'origin/fmap4all' 16 years ago
ole2_extract.h ole2 to fmap 17 years ago
others.c Allow "None" bytecode security setting only in --enable-debug mode. 16 years ago
others.h bump numbers 16 years ago
others_common.c cli_ftw: when readdir fails, call the error callback (bb #1735). 16 years ago
packlibs.c
packlibs.h
pdf.c drop cli_pdf internal cache 16 years ago
pdf.h binhex, pdf, unzip_single to fmap 17 years ago
pe.c Only detect swizzor in english resources. 16 years ago
pe.h distcheck 16 years ago
pe_icons.c Fix distcheck. 16 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 prefiltering build. 16 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 libclamav: prefix all engine detections with "Heuristics." (bb#1808) 16 years ago
phishcheck.h fix distcheck. 17 years ago
qsort.c fix some warnings 16 years ago
readdb.c Only load signed bytecode by default. 16 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 enable prefiltering, and add to dconf. 16 years ago
regex_suffix.c
regex_suffix.h
rtf.c
rtf.h
scanners.c Unit tests don't have fmap. 16 years ago
scanners.h
sha256.c
sha256.h
sis.c sis.c: fix size check 16 years ago
sis.h
special.c Tweak swizzor threshold to fix some false positives. 16 years ago
special.h libclamav: call cli_checkfp() whenever possible/makes sense (bb#1558) 17 years ago
spin.c Revert accidental commit of these files in 16 years ago
spin.h
str.c fix some compiler warnings 16 years ago
str.h fix some compiler warnings 16 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 Support for malloc in bytecode. Fix crash with mismatched api/flevel versions. 16 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 libclamav: prefix all engine detections with "Heuristics." (bb#1808) 16 years ago
unzip.h binhex, pdf, unzip_single to fmap 17 years ago
upack.c
upack.h
upx.c fix upx/lzma 17 years ago
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 win32 paths handling 16 years ago
vba_extract.h
version.c
wwunpack.c
wwunpack.h
yc.c Make yC able to handle more samples and variants. 17 years ago
yc.h Make yC able to handle more samples and variants. 17 years ago