Commit Graph

8528 Commits (39d0a152a3fc330984c14ca9885c76e9ef07ad7e)
 

Author SHA1 Message Date
Steven Morgan 39d0a152a3 Use YARA arena for rule memory. 10 years ago
Steven Morgan 4a05ba58f8 Merge branch 'features/yara' of git.clam.sourcefire.com:/var/lib/git/clamav-devel into features/yara 10 years ago
Steven Morgan 7f7491099e parser and memory management improvements. 10 years ago
Kevin Lin 48bf9ea190 fixed yara hex string parsing, reslen incorrectly calculated 10 years ago
Kevin Lin 13a232b533 fixed memory issues in sigopts handler 10 years ago
Kevin Lin ef356ad036 Merge branch 'features/yara' of git.clam.sourcefire.com:/var/lib/git/clamav-devel into features/yara 10 years ago
Steven Morgan cc1c1c7d18 Fix memory leaks. 10 years ago
Steven Morgan a5e750ae58 Comment out yr_object_lookup_field() call. 10 years ago
Steven Morgan 324fabbb38 Fix some ClamAV with YARA issues and turn on some more YARA parser features. 10 years ago
Kevin Lin a1482b984e prevent cyclic loops in sigopts_handler 10 years ago
Kevin Lin 8ea346810c moved sigopts handler to separate function 10 years ago
Steven Morgan bf80cd4eea fix copy/paste 10 years ago
Steven Morgan ede803c82b Define strlcat to cli_strlcat. 10 years ago
Steven Morgan a5bde84c28 Fix for errors on YARA rules when hex constants have odd lengths. 10 years ago
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