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
Andrew 1643b4a114 Support the ternary operators (AutoIt script extraction) 6 years ago
..
7z Fixes for issues identified by coverity. 6 years ago
c++ Autojunk'd 6 years ago
jsparse fuzz - 13495 - Fix for memory leak due to lacking error handling when normalizing javascript. 6 years ago
lzw Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
nsis Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
regex Assortment of warning fixes. 6 years ago
tomsfastmath
.gitignore
7z_iface.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
7z_iface.h Updating and cleaning up copyright notices. 6 years ago
Doxyfile
Makefile.am Added new EGG archive extraction feature, written from scratch based on ESTsoft's EGG archive specification. 6 years ago
Makefile.in Added new EGG archive extraction feature, written from scratch based on ESTsoft's EGG archive specification. 6 years ago
adc.c Updating and cleaning up copyright notices. 6 years ago
adc.h Updating and cleaning up copyright notices. 6 years ago
apm.c Updating and cleaning up copyright notices. 6 years ago
apm.h Updating and cleaning up copyright notices. 6 years ago
arc4.c Updating and cleaning up copyright notices. 6 years ago
arc4.h Updating and cleaning up copyright notices. 6 years ago
asn1.c Fix uninitialized memory usage in PE cert parsing 6 years ago
asn1.h Multiple blacklist sigs can now match with allmatch 6 years ago
aspack.c Restore the correct OEP for aspack unpacked exes 6 years ago
aspack.h Updating and cleaning up copyright notices. 6 years ago
autoit.c Support the ternary operators (AutoIt script extraction) 6 years ago
autoit.h Updating and cleaning up copyright notices. 6 years ago
bcfeatures.h Updating and cleaning up copyright notices. 6 years ago
bignum.h clang-format'd using new .clang-format rules. 6 years ago
bignum_fast.h clang-format'd using new .clang-format rules. 6 years ago
binhex.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
binhex.h Updating and cleaning up copyright notices. 6 years ago
blob.c Freshclam refresh. This update makes libcurl a hard requirement for ClamAV. 6 years ago
blob.h Updating and cleaning up copyright notices. 6 years ago
builtin_bytecodes.h Updating and cleaning up copyright notices. 6 years ago
bytecode.c Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
bytecode.h Updating and cleaning up copyright notices. 6 years ago
bytecode_api.c Error handling improvements in bytecode api function to alleviate coverity complaints. 6 years ago
bytecode_api.h Update to clamav-devel to synchronize with the clamav-bytecode-compiler project. 6 years ago
bytecode_api_decl.c Update to clamav-devel to synchronize with the clamav-bytecode-compiler project. 6 years ago
bytecode_api_impl.h Updating and cleaning up copyright notices. 6 years ago
bytecode_detect.c Updating and cleaning up copyright notices. 6 years ago
bytecode_detect.h Updating and cleaning up copyright notices. 6 years ago
bytecode_hooks.h Updating and cleaning up copyright notices. 6 years ago
bytecode_nojit.c Updating and cleaning up copyright notices. 6 years ago
bytecode_priv.h Updating and cleaning up copyright notices. 6 years ago
bytecode_vm.c Trace instructions in bytecode VM 6 years ago
cache.c Fixes to alleviate warnings with regards to mempool usage. 6 years ago
cache.h Updating and cleaning up copyright notices. 6 years ago
clamav.h Add support for cert blacklisting and whitelisting upfront 6 years ago
clambc.h Updating and cleaning up copyright notices. 6 years ago
conv.c clang-format'd using new .clang-format rules. 6 years ago
conv.h
cpio.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
cpio.h Updating and cleaning up copyright notices. 6 years ago
crtmgr.c Replacing cli_crt member initialization with memset (per CR feedback) 6 years ago
crtmgr.h Add ability to whitelist leaf certificates 6 years ago
crypto.c bb12238 - Removing support for deprecated readdir_r() function. The readdir() function is thread safe so long as you don't share a dir object between threads. If you do, it requires a mutex. 6 years ago
cvd.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
cvd.h Updating and cleaning up copyright notices. 6 years ago
dconf.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
dconf.h Added new EGG archive extraction feature, written from scratch based on ESTsoft's EGG archive specification. 6 years ago
default.h Updating and cleaning up copyright notices. 6 years ago
disasm-common.h Updating and cleaning up copyright notices. 6 years ago
disasm.c Updating and cleaning up copyright notices. 6 years ago
disasm.h Updating and cleaning up copyright notices. 6 years ago
disasmpriv.h Updating and cleaning up copyright notices. 6 years ago
dlp.c DLP module length values converted from int to size_t. 6 years ago
dlp.h DLP module length values converted from int to size_t. 6 years ago
dmg.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
dmg.h Updating and cleaning up copyright notices. 6 years ago
dsig.c Updating and cleaning up copyright notices. 6 years ago
dsig.h Updating and cleaning up copyright notices. 6 years ago
egg.c Added egg extraction readability improvements. Moved the posix file mode printing code into a separate function. Added comments that explain to-do items to support solid archive extraction. 6 years ago
egg.h Converted egg parser to use cl_error_t instead of cl_egg_error_t. 6 years ago
elf.c Linux bytecode unpackers 6 years ago
elf.h Linux bytecode unpackers 6 years ago
encoding_aliases.h Updating and cleaning up copyright notices. 6 years ago
entconv.c Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
entconv.h Updating and cleaning up copyright notices. 6 years ago
entitylist.h Updating and cleaning up copyright notices. 6 years ago
events.c Updating and cleaning up copyright notices. 6 years ago
events.h Mach-O bytecode unpackers 6 years ago
execs.c Address code-review comments, fix several memleaks 6 years ago
execs.h Update to clamav-devel to synchronize with the clamav-bytecode-compiler project. 6 years ago
explode.c Updating and cleaning up copyright notices. 6 years ago
explode.h Updating and cleaning up copyright notices. 6 years ago
filetypes.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
filetypes.h Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
filetypes_int.h Added new EGG archive extraction feature, written from scratch based on ESTsoft's EGG archive specification. 6 years ago
filtering.c Updating and cleaning up copyright notices. 6 years ago
filtering.h Updating and cleaning up copyright notices. 6 years ago
fmap.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
fmap.h Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
fpu.c Updating and cleaning up copyright notices. 6 years ago
fpu.h Updating and cleaning up copyright notices. 6 years ago
fsg.c Updating and cleaning up copyright notices. 6 years ago
fsg.h Updating and cleaning up copyright notices. 6 years ago
gpt.c Updating and cleaning up copyright notices. 6 years ago
gpt.h Updating and cleaning up copyright notices. 6 years ago
hashtab.c oss-fuzz - 13649 - add 64bit typecast when searching hashtable to ensure constant-val leftshift will always fit as expected, regardless of architecture 6 years ago
hashtab.h Updating and cleaning up copyright notices. 6 years ago
hfsplus.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
hfsplus.h Updating and cleaning up copyright notices. 6 years ago
hostid.c clang-format'd using new .clang-format rules. 6 years ago
hostid.h
htmlnorm.c oss-fuzz - 13509 - fix type sizes for base64 character encoding and screnc buffer tag lengths 6 years ago
htmlnorm.h Updating and cleaning up copyright notices. 6 years ago
hwp.c Converted off_t types in HWP parser to size_t, both for correctness as these offsets may never be negative and to eliminate compile warnings. 6 years ago
hwp.h Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
iana_cctld.h
iana_tld.h clang-format'd using new .clang-format rules. 6 years ago
inffixed64.h Spelling Adjustments (#30) 7 years ago
inflate64.c Spelling Adjustments (#30) 7 years ago
inflate64.h Spelling Adjustments (#30) 7 years ago
inflate64_priv.h Spelling Adjustments (#30) 7 years ago
iowrap.c Updating and cleaning up copyright notices. 6 years ago
iowrap.h Updating and cleaning up copyright notices. 6 years ago
is_tar.c clang-format'd using new .clang-format rules. 6 years ago
is_tar.h clang-format'd using new .clang-format rules. 6 years ago
ishield.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
ishield.h Updating and cleaning up copyright notices. 6 years ago
iso9660.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
iso9660.h Updating and cleaning up copyright notices. 6 years ago
jpeg.c Updating and cleaning up copyright notices. 6 years ago
jpeg.h Updating and cleaning up copyright notices. 6 years ago
json_api.c json api return types converted to cl_error_t from int 6 years ago
json_api.h json api return types converted to cl_error_t from int 6 years ago
libclamav.map Removed exported but unused symbols from .map files due to complaints by the compiler on Solaris 11, gcc 7. 6 years ago
libmspack.c Fix for bad format string, identified by coverity. 6 years ago
libmspack.h Eliminating AUTHORS file, and moving acknowledgements for various source code contributions to the file comment blocks for the individual files, as appropriate. 7 years ago
line.c Updating and cleaning up copyright notices. 6 years ago
line.h Updating and cleaning up copyright notices. 6 years ago
lzma_iface.c Updating and cleaning up copyright notices. 6 years ago
lzma_iface.h Updating and cleaning up copyright notices. 6 years ago
macho.c oss-fuzz - fixup fixes for ole2 and macho based on review 6 years ago
macho.h Mach-O bytecode unpackers 6 years ago
matcher-ac.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
matcher-ac.h Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
matcher-bm.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
matcher-bm.h Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
matcher-byte-comp.c Assortment of warning fixes. 6 years ago
matcher-byte-comp.h Updating and cleaning up copyright notices. 6 years ago
matcher-hash.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
matcher-hash.h Updating and cleaning up copyright notices. 6 years ago
matcher-pcre.c Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
matcher-pcre.h Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
matcher.c Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
matcher.h Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
mbox.c Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
mbox.h Updating and cleaning up copyright notices. 6 years ago
mbr.c Updating and cleaning up copyright notices. 6 years ago
mbr.h Updating and cleaning up copyright notices. 6 years ago
message.c Fixes for issues identified by coverity. 6 years ago
message.h Updating and cleaning up copyright notices. 6 years ago
mew.c Updating and cleaning up copyright notices. 6 years ago
mew.h Updating and cleaning up copyright notices. 6 years ago
mpool.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
mpool.h Fixes to alleviate warnings with regards to mempool usage. 6 years ago
msdoc.c Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
msdoc.h Added new EGG archive extraction feature, written from scratch based on ESTsoft's EGG archive specification. 6 years ago
msexpand.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
msexpand.h Updating and cleaning up copyright notices. 6 years ago
msxml.c Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
msxml.h Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
msxml_parser.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
msxml_parser.h Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
ole2_extract.c oss-fuzz - fixup fixes for ole2 and macho based on review 6 years ago
ole2_extract.h Updating and cleaning up copyright notices. 6 years ago
ooxml.c Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
ooxml.h Updating and cleaning up copyright notices. 6 years ago
openioc.c Fixes to alleviate warnings with regards to mempool usage. 6 years ago
openioc.h Updating and cleaning up copyright notices. 6 years ago
others.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
others.h Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
others_common.c Correction to temp name generator when prefix is used to remove possible leak of malloced string where length is 0. 6 years ago
packlibs.c Updating and cleaning up copyright notices. 6 years ago
packlibs.h Updating and cleaning up copyright notices. 6 years ago
pdf.c Fix to dereference pdf pointer after NULL check, not before. 6 years ago
pdf.h Clean up of PDF object finding logic. Changes include recording object sizes as objects are found, identifying object streams in the object parsing section instead of the PDF parsing section, and limiting of stream and other object parsing to the size of the object instead of the size of the PDF. It is also easier to read and includes more inline documentation. 6 years ago
pdfdecode.c Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
pdfdecode.h Fixes to a handful of bugs identified during regression testing of PDF and UnRAR changes. 7 years ago
pdfng.c Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
pe.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
pe.h Update to clamav-devel to synchronize with the clamav-bytecode-compiler project. 6 years ago
pe_icons.c Fix formatting 6 years ago
pe_icons.h PE parsing code improvements, db loading bug fixes 6 years ago
pe_structs.h Update to clamav-devel to synchronize with the clamav-bytecode-compiler project. 6 years ago
perflogging.c Updating and cleaning up copyright notices. 6 years ago
perflogging.h Updating and cleaning up copyright notices. 6 years ago
petite.c Updating and cleaning up copyright notices. 6 years ago
petite.h Updating and cleaning up copyright notices. 6 years ago
phish_domaincheck_db.c Updating and cleaning up copyright notices. 6 years ago
phish_domaincheck_db.h Updating and cleaning up copyright notices. 6 years ago
phish_whitelist.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
phish_whitelist.h Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
phishcheck.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
phishcheck.h Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
png.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
png.h Updating and cleaning up copyright notices. 6 years ago
prtn_intxn.c Updating and cleaning up copyright notices. 6 years ago
prtn_intxn.h Updating and cleaning up copyright notices. 6 years ago
qsort.c Replacing libclamav/cltypes.h with clamav-types.h.in, which generates a header clamav-types.h that we install alongside clamav.h. 6 years ago
readdb.c Address coverity concern regarding potential null pointer. Now using the daily db pointers to indicate existence of database. 6 years ago
readdb.h Fix to alleviate circular dependency between readdb.h and matcher.h 6 years ago
rebuildpe.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
rebuildpe.h Updating and cleaning up copyright notices. 6 years ago
regex_list.c Converted mpool calls to macros when USE_MPOOL is defined to clearly differentiate between function and macro behavior. 6 years ago
regex_list.h Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
regex_pcre.c Variable type corrections for pcre/pcre2 code. 6 years ago
regex_pcre.h Variable type corrections for pcre/pcre2 code. 6 years ago
regex_suffix.c Return code checking corrections to regex suffix code. 6 years ago
regex_suffix.h Return code checking corrections to regex suffix code. 6 years ago
rijndael.c
rijndael.h
rtf.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
rtf.h Updating and cleaning up copyright notices. 6 years ago
scanners.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
scanners.h Updating and cleaning up copyright notices. 6 years ago
sf_base64decode.c Updating and cleaning up copyright notices. 6 years ago
sf_base64decode.h Updating and cleaning up copyright notices. 6 years ago
sis.c Removed manually setting ptrs to NULL, since that is done in the FREE macro. 6 years ago
sis.h Updating and cleaning up copyright notices. 6 years ago
special.c Updating and cleaning up copyright notices. 6 years ago
special.h Updating and cleaning up copyright notices. 6 years ago
spin.c Updating and cleaning up copyright notices. 6 years ago
spin.h Updating and cleaning up copyright notices. 6 years ago
stats.c clang-format'd using new .clang-format rules. 6 years ago
stats.h
stats_json.c clang-format'd using new .clang-format rules. 6 years ago
stats_json.h
str.c Assortment of warning fixes. 6 years ago
str.h Assortment of warning fixes. 6 years ago
strlcat.c clang-format'd using new .clang-format rules. 6 years ago
swf.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
swf.h Updating and cleaning up copyright notices. 6 years ago
table.c Updating and cleaning up copyright notices. 6 years ago
table.h Updating and cleaning up copyright notices. 6 years ago
text.c Updating and cleaning up copyright notices. 6 years ago
text.h Updating and cleaning up copyright notices. 6 years ago
textdet.c Updating and cleaning up copyright notices. 6 years ago
textdet.h Updating and cleaning up copyright notices. 6 years ago
textnorm.c Updating and cleaning up copyright notices. 6 years ago
textnorm.h Updating and cleaning up copyright notices. 6 years ago
tiff.c Updating and cleaning up copyright notices. 6 years ago
tiff.h Updating and cleaning up copyright notices. 6 years ago
tnef.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
tnef.h Updating and cleaning up copyright notices. 6 years ago
type_desc.h Updating and cleaning up copyright notices. 6 years ago
unarj.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
unarj.h Updating and cleaning up copyright notices. 6 years ago
uniq.c fuzz - 12166 - Fix for 4-byte out of bounds write wherein the an invalid struct pointer member variable is set to zero. The fix adds bounds checking to the Uniq storage 'add' function as well as error code checks. Included a lot of new inline documentation. 6 years ago
uniq.h fuzz - 12166 - Fix for 4-byte out of bounds write wherein the an invalid struct pointer member variable is set to zero. The fix adds bounds checking to the Uniq storage 'add' function as well as error code checks. Included a lot of new inline documentation. 6 years ago
unsp.c Updating and cleaning up copyright notices. 6 years ago
unsp.h Updating and cleaning up copyright notices. 6 years ago
untar.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
untar.h Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
unzip.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
unzip.h Updating and cleaning up copyright notices. 6 years ago
upack.c Updating and cleaning up copyright notices. 6 years ago
upack.h Updating and cleaning up copyright notices. 6 years ago
upx.c fuzz - 12251, 12194 - fixing left shifting issue with upx decoding when determining back offsets 6 years ago
upx.h Updating and cleaning up copyright notices. 6 years ago
uuencode.c Updating and cleaning up copyright notices. 6 years ago
uuencode.h Updating and cleaning up copyright notices. 6 years ago
vba_extract.c oss-fuzz - 13468 - fix shift of negative value when converting from unicode 6 years ago
vba_extract.h Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
version.c clang-format'd using new .clang-format rules. 6 years ago
wwunpack.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
wwunpack.h Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
www.c clang-format'd using new .clang-format rules. 6 years ago
www.h
xar.c Additional variable type changes for correctness and to silence warnings. A handful of other minor changes to silence warnings. Corrected a number of function definitions so they return cl_error_t rather than int. 6 years ago
xar.h Updating and cleaning up copyright notices. 6 years ago
xdp.c clang-format'd using new .clang-format rules. 6 years ago
xdp.h
xz_iface.c fuzz - 12124 - Added missing hash cleanup checks in Xz decoder. 6 years ago
xz_iface.h Updating and cleaning up copyright notices. 6 years ago
yara_arena.c
yara_arena.h
yara_clam.h Updating and cleaning up copyright notices. 6 years ago
yara_compiler.c clang-format'd using new .clang-format rules. 6 years ago
yara_compiler.h
yara_exec.c More cleanup re: variables possibly used before initialized. 7 years ago
yara_exec.h
yara_grammar.c Updating generated yara_grammar and yara_lexer files. Including modification to yara_grammar.y to include yara_compiler.h in both the .h and .c file, as previously it was manually added to the .h file which causes build failures if you don't realize this and need to recompile the yacc file. 6 years ago
yara_grammar.h Updating generated yara_grammar and yara_lexer files. Including modification to yara_grammar.y to include yara_compiler.h in both the .h and .c file, as previously it was manually added to the .h file which causes build failures if you don't realize this and need to recompile the yacc file. 6 years ago
yara_grammar.y Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
yara_hash.c
yara_hash.h
yara_lexer.c Updating generated yara_grammar and yara_lexer files. Including modification to yara_grammar.y to include yara_compiler.h in both the .h and .c file, as previously it was manually added to the .h file which causes build failures if you don't realize this and need to recompile the yacc file. 6 years ago
yara_lexer.h clang-format'd using new .clang-format rules. 6 years ago
yara_lexer.l Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
yara_parser.c Correcting types from int to cl_error_t where appropriate. Eliminating unused variables and referencing unused parameters to remove warnings. 6 years ago
yara_parser.h fix to update autogenerated files for machines that do not have bison installed. also eliminating warning in .y file at the same time by removing ifdef from yara_parser.h 8 years ago
yc.c Argument and return types for fmap_readn(), cli_writen(), cli_readn() converted to use size_t instead of int. 6 years ago
yc.h Updating and cleaning up copyright notices. 6 years ago