Commit Graph

3419 Commits (440410c7a734c20add2eeed2f704d6ba52a6b211)

Author SHA1 Message Date
Kevin Lin 86eddf118f set cli_virname argument to use const qualifier 11 years ago
Kevin Lin 6b7c153ab8 pcre: fixed issue with trigger bypass failing a check 11 years ago
Kevin Lin a0190b1734 pcre: moved null check to appropriate location 11 years ago
Kevin Lin a74818cc5f autojunk'd 11 years ago
Kevin Lin da455ce3cb bb#11139 - removed configuring json for c++ source and LLVM 11 years ago
Steven Morgan a6e7f61214 fix memory leaks for hash checks. 11 years ago
Steven Morgan abf7d87757 YARA work in progress. 11 years ago
Kevin Lin 7f5c687b39 windows build: removed inline tag 11 years ago
Kevin Lin deafd8fa94 bb#11112 - fixed custom pass initialization when using LLVM 2.9 11 years ago
Steven Morgan cf8b18d7c6 add YARA grammer and tokenizer files (gutted). 11 years ago
Steven Morgan 9bc534ca4e Fix build on windows (yara currently excluded). 11 years ago
Steven Morgan 8be1f26d98 fixes make dist. 11 years ago
Steven Morgan 186d22d187 include calling YARA rule parser during ClamAV database load. 11 years ago
Steven Morgan ec768c6f02 add YARA for ClamAV header file. 11 years ago
Kevin Lin e1ab4becdb general code clean-up and adjustments 11 years ago
Kevin Lin ea3d1e7254 made lsig_sub_matched available to libclamav 11 years ago
Kevin Lin 7d05cb15c9 CID 11106 - initialized uninitialized field to NULL 11 years ago
Kevin Lin e26a23b1e3 bc: bb#11107 - clarify meesages where LLVM is not compiled or not linked 11 years ago
Kevin Lin 8de1627a9d autojunk'd 11 years ago
Kevin Lin b9763c4227 bb#11106 - with-system-llvm clarity: 11 years ago
Kevin Lin 3741573205 added option to limit pcre execution based on filesize 11 years ago
Kevin Lin 297c14a874 pcre: fixed a variable mismatch for extended parsing debug messages 11 years ago
Kevin Lin 62c009937f fixed build compilation when compiled without pcre support 11 years ago
Kevin Lin 3c333c78af pcre: moved cli_pcre_scanbuff from cli_fmap_scandesc to matcher_run 11 years ago
Steven Morgan dfb755ceaa add yacc and lex to build tools. 11 years ago
Steven Morgan 690af59a72 change preclass to libjson in configure output message. 11 years ago
Kevin Lin 15464f6c16 pcre: rewrote subsig parsing to handle '/' within expression 11 years ago
Kevin Lin e33697ef35 pcre: clarified macro name 11 years ago
Kevin Lin 5843ac793e pcre: simplfied pcre subsig parsing using cli_strtokenize 11 years ago
Kevin Lin 05279ca8b5 changed flevel to 80 11 years ago
Kevin Lin 7250b47e75 pcre: cleaned up comments, old code, and debug messages 11 years ago
Kevin Lin 626975ae2e report pcre module to be off if support no configured 11 years ago
Kevin Lin 5c2c723361 added pcre execution time and match performance tracking 11 years ago
Kevin Lin 99e22630f4 opts: converted bytecode-statistics to generic statistics w/ strarg 11 years ago
Kevin Lin 0d94646ec4 pcre: separated match report from execution 11 years ago
Kevin Lin 7af020b27c fixed undefined reference if pcre is disabled 11 years ago
Kevin Lin df50a5ffda dconf: added pcre options and pcre global 11 years ago
Kevin Lin 82fa5ba043 pcre: added disabling mechanism to metas and matcher 11 years ago
Kevin Lin effb4f51fc pcre: intialization function 11 years ago
Kevin Lin 6bf32a7327 pcre: removed obsolete function 11 years ago
Kevin Lin 0d37009816 sigtool/pcre: pcre subsig id and exe support in sigtool 11 years ago
Kevin Lin 032ec2192e fixed issue in bytecode statistics avg time reporting 11 years ago
Kevin Lin 601b2ef8a5 pcre: fixed an issue when no pcre subsigs are specified 11 years ago
Kevin Lin 7ab4eec702 pcre: support for clamav styled offsets 11 years ago
Shawn Webb c407db4ded Use a case-sensitive match. Cap the matching at a given point. 11 years ago
Shawn Webb b1766a4798 Check to make sure that the binary blob in the XDP contains a PDF 11 years ago
Shawn Webb ec253fd7d2 Fix CID 12017 11 years ago
Shawn Webb 15fce6e031 Plug memory leak 11 years ago
Shawn Webb 48ae47687f Force null termination 11 years ago
Kevin Lin ad0303b992 pcre: moved lsig trigger checks to cli_pcre_addpatt 11 years ago