Commit Graph

8514 Commits (90941cad26ff0780350742031341e672f2cfa786)
 

Author SHA1 Message Date
Steven Morgan 90941cad26 Improve YARA error messages. Enable parser yr_parser_check_types() function. 10 years ago
Kevin Lin abec1002b1 string composition now derived from string->length 10 years ago
Kevin Lin e072bb69c7 basis for wide sigopt support 10 years ago
Kevin Lin 37d7adab4e Merge branch 'features/yara' of git.clam.sourcefire.com:/var/lib/git/clamav-devel into features/yara 10 years ago
Steven Morgan 12cb2f3d17 Enable additional YARA parser function. 10 years ago
Kevin Lin 348dc986a7 fullword modifier support for anchored signatures 10 years ago
Steven Morgan 4d1a9fa5df Fix source of YARA string length. 10 years ago
Steven Morgan e53a356b2d Fix typo. 10 years ago
Kevin Lin 73b1cbae79 fullword 'f' sigopt handling for ldb and yara 10 years ago
Kevin Lin 8314e239a7 Merge branch 'features/yara' of git.clam.sourcefire.com:/var/lib/git/clamav-devel into features/yara 10 years ago
Kevin Lin dc70379a09 converted sigopts from char string to uint8_t 10 years ago
Steven Morgan 440410c7a7 Merge branch 'features/yara' of git.clam.sourcefire.com:/var/lib/git/clamav-devel into features/yara 10 years ago
Steven Morgan 3ca6d4c020 YARA work in progress: enable parser functions, add YARA arenas and hash tables. 10 years ago
Kevin Lin a98b86c3a7 simplified a string duplication 10 years ago
Kevin Lin 6b725bb7c3 added '(W)' special character to match fullword (non-alnum) 10 years ago
Kevin Lin c94a95b821 updated documentation on '--statistics' option 10 years ago
Kevin Lin e77937b4f7 bb#11265 - fixed clambc referencing obsolete option 10 years ago
Kevin Lin e234fc92d9 Merge branch 'master' into features/yara 10 years ago
Kevin Lin 22bcb9b287 bb#11212 - alternate fix in MEW unpacker 10 years ago
Kevin Lin 87c9b7429f Revert "bb#11212 - fixed section boundary mismatch in MEW unpacker" 10 years ago
Kevin Lin f1dd20b607 force signatures with sigopts to the AC tree over BM 10 years ago
Steven Morgan 0cc83247bc bb11264 - patch for 'possible' heap overflow submitted by the Debian team. 10 years ago
Kevin Lin d10c234b43 changed disabled pcre support debug message to warning 10 years ago
Kevin Lin e3c6b8906d Merge branch 'features/yara' of git.clam.sourcefire.com:/var/lib/git/clamav-devel into features/yara 10 years ago
Kevin Lin ef0861c52f regenerated documentation 10 years ago
Kevin Lin e1e27b8fff added subsig options documentation 10 years ago
Steven Morgan 016b79e682 minor change of yara parse code II. 10 years ago
Steven Morgan b24131fd8e Merge branch 'features/yara' of git.clam.sourcefire.com:/var/lib/git/clamav-devel into features/yara 10 years ago
Steven Morgan 46dc3c4a53 minor change of yara parse code. 10 years ago
Kevin Lin 4ff617c31b capped the number of yara strings to MAX_LDB_SUBSIGS 10 years ago
Kevin Lin 94ac324efc skips over malformed rules instead of error 10 years ago
Kevin Lin f88cffca17 cleaned out excess yara messages 10 years ago
Kevin Lin bec92cfc2e removed strict yara property interpretation 10 years ago
Kevin Lin 1215ac0fe4 set cli_yaramsg() to debugging mode 10 years ago
Kevin Lin b62dd1dd74 re-added basic yara pcre support 10 years ago
Kevin Lin a576a0368b retcodes added to parse_yara_hex_string() 10 years ago
Kevin Lin 39e05dbdf3 reorganization and 'static' modifiers 10 years ago
Kevin Lin 72747e08dd implemented yara sigopts (only nocase operational) 10 years ago
Kevin Lin f597585be0 fixed cleanup and error reporting in cli_loadyara() 10 years ago
Kevin Lin b673191549 re-added support for 'generic' strings 10 years ago
Kevin Lin ea6e8cc91f added additional malformed yara string detection 10 years ago
Kevin Lin ddc4030fba different initialization for ytable 10 years ago
Kevin Lin a0ab171d55 print yara loading summary only is yara rules are detected 10 years ago
Kevin Lin 9caff17ad3 logical signatures loading now uses init_tdb() 10 years ago
Kevin Lin 3dafe2971e fixed yara compiler memory leaks (valgrind) 10 years ago
Kevin Lin bb2ebd6740 fixed tdb uninitialized conditional jumps (valgrind) 10 years ago
Kevin Lin 814931b906 reconnected older yara loading stats tracking 10 years ago
Kevin Lin a684f7d8bd created init_tdb() shared between ldb and yara 10 years ago
Kevin Lin c58e2fdbe8 quick implementation of ystring table 10 years ago
Kevin Lin 5765c290b4 added structures for yara string table 10 years ago