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/clamav-devel/libclamav
aCaB ad3c01bf16 Fix implicit function declaration 19 years ago
..
js Don't implement sleep 19 years ago
unrar Fix implicit function declaration 19 years ago
.cvsignore bugfixes 21 years ago
Makefile.am new cab code 19 years ago
Makefile.in new cab code 19 years ago
binhex.c Use MAP_PRIVATE 19 years ago
binhex.h update GPL headers with new address for FSF 19 years ago
blob.c Fix a performance issue reported by Steve Basford 19 years ago
blob.h Fix a performance issue reported by Steve Basford 19 years ago
cab.c fix typo 19 years ago
cab.h extract stored files 19 years ago
chmunpack.c new cab code 19 years ago
chmunpack.h update GPL headers with new address for FSF 19 years ago
clamav.h options cleanup 19 years ago
cltypes.h update GPL headers with new address for FSF 19 years ago
cvd.c minor clamav.h (and related) cleanup 19 years ago
cvd.h cleanup 19 years ago
debug.c First draft 19 years ago
debug.h First draft 19 years ago
defaults.h update GPL headers with new address for FSF 19 years ago
dsig.c add support for compressed and digitally signed cdiffs 19 years ago
dsig.h add support for compressed and digitally signed cdiffs 19 years ago
elf.c cache target file info in pattern matchers 19 years ago
elf.h parse program headers and properly calculate file offset of entry point 19 years ago
execs.h detect damaged infections of Magistr 19 years ago
filetypes.c Fix implicit function declaration 19 years ago
filetypes.h commit experimental code from Edvin for extracting embedded objects from RTF files 19 years ago
fsg.c New PE parsing model 19 years ago
fsg.h New PE parsing model 19 years ago
htmlnorm.c apply patches for the anti-phish code from Edwin 19 years ago
htmlnorm.h Phishing module merge - libclamav 19 years ago
iana_tld.h Phishing module merge - libclamav 19 years ago
is_tar.c minor code cleanup 19 years ago
is_tar.h add support for old fashioned tar archives 20 years ago
jscript.c Document TODO 19 years ago
jscript.h Add portability 19 years ago
line.c update GPL headers with new address for FSF 19 years ago
line.h update GPL headers with new address for FSF 19 years ago
matcher-ac.c cache target file info in pattern matchers 19 years ago
matcher-ac.h multipart signatures: give higher priority to new sub-matches 19 years ago
matcher-bm.c cache target file info in pattern matchers 19 years ago
matcher-bm.h pattern matcher accuracy improvements 19 years ago
matcher-ncore.c reorganize the NodalCore code and add support for runtime detection and loading of the acceleration library 19 years ago
matcher-ncore.h reorganize the NodalCore code and add support for runtime detection and loading of the acceleration library 19 years ago
matcher.c reorganize the NodalCore code and add support for runtime detection and loading of the acceleration library 19 years ago
matcher.h reorganize the NodalCore code and add support for runtime detection and loading of the acceleration library 19 years ago
mbox.c Fix compilation error from new clamav.h 19 years ago
mbox.h Wasn't looking in the right place for clamav.h 19 years ago
md5.c updated version providing better performance on x86-64 19 years ago
md5.h updated version providing better performance on x86-64 19 years ago
message.c Handle consecutive bse64decoding errors 19 years ago
message.h Added destroy flag 19 years ago
msexpand.c apply w32 patches from NJH 19 years ago
msexpand.h update GPL headers with new address for FSF 19 years ago
mspack.c new cab code 19 years ago
mspack.h new cab code 19 years ago
ole2_extract.c * libclamav/ole2_extract.c: Fix Solaris endian issue. (bb#89) 19 years ago
ole2_extract.h update GPL headers with new address for FSF 19 years ago
others.c increment f-level 19 years ago
others.h add cli_strdup() 19 years ago
packlibs.c share aplib code 19 years ago
packlibs.h Better handling for emu error 19 years ago
pdf.c Handle ASCII85 encoded Flated objects 19 years ago
pdf.h update GPL headers with new address for FSF 19 years ago
pe.c Memory leaks 19 years ago
pe.h update GPL headers with new address for FSF 19 years ago
petite.c New PE parsing model 19 years ago
petite.h Fix petite function declaration - thx Nigel 19 years ago
phish_domaincheck_db.c apply patches for the anti-phish code from Edwin 19 years ago
phish_domaincheck_db.h make the experimental anti-phishing code more thread safe 19 years ago
phish_whitelist.c apply patches for the anti-phish code from Edwin 19 years ago
phish_whitelist.h make the experimental anti-phishing code more thread safe 19 years ago
phishcheck.c options cleanup 19 years ago
phishcheck.h code cleanup 19 years ago
pst.c Fix typo 19 years ago
pst.h First real draft 19 years ago
readdb.c options cleanup 19 years ago
readdb.h reorganize the NodalCore code and add support for runtime detection and loading of the acceleration library 19 years ago
rebuildpe.c New PE parsing model 19 years ago
rebuildpe.h New PE parsing model 19 years ago
regex_list.c strict whitelisting 19 years ago
regex_list.h allow loading multiple .pdb/.wdb files 19 years ago
rtf.c fix off-by-one error in hex decoder (bb#190) 19 years ago
rtf.h commit experimental code from Edvin for extracting embedded objects from RTF files 19 years ago
scanners.c extract stored files 19 years ago
scanners.h update GPL headers with new address for FSF 19 years ago
sha256.c add support for compressed and digitally signed cdiffs 19 years ago
sha256.h add support for compressed and digitally signed cdiffs 19 years ago
sis.c apply w32 patches from NJH 19 years ago
sis.h update GPL headers with new address for FSF 19 years ago
snprintf.c add missing MAX macro 21 years ago
snprintf.h Big cleanup 21 years ago
special.c security fixes 19 years ago
special.h update GPL headers with new address for FSF 19 years ago
spin.c New PE parsing model 19 years ago
spin.h Obey limits in unspin 19 years ago
str.c remove useless substitution 19 years ago
str.h add support for UTF16 encoded HTML files 19 years ago
suecrypt.c New PE parsing model 19 years ago
suecrypt.h New PE parsing model 19 years ago
table.c Portability to Windows (visual studio) 19 years ago
table.h Added helper routines to delete items 19 years ago
text.c Added debug 19 years ago
text.h Added destroy flag 19 years ago
tnef.c Fix compiler warning 19 years ago
tnef.h update GPL headers with new address for FSF 19 years ago
unsp.c New PE parsing model 19 years ago
unsp.h add support for NsPack 19 years ago
untar.c Fix compilation warning on Linux 19 years ago
untar.h update GPL headers with new address for FSF 19 years ago
unzip.c improve error handling 19 years ago
unzip.h apply w32 patches from NJH 19 years ago
upx.c Memory leaks 19 years ago
upx.h update GPL headers with new address for FSF 19 years ago
uuencode.c Fix compiler warning 19 years ago
uuencode.h update GPL headers with new address for FSF 19 years ago
vba_extract.c fix lseek parameter order (bb#155) 19 years ago
vba_extract.h update GPL headers with new address for FSF 19 years ago
wwunpack.c Memory leaks 19 years ago
wwunpack.h Added support for wwwpack32 - not yet enabled 19 years ago
yc.c minor code cleanup 19 years ago
yc.h New PE parsing model 19 years ago