Commit Graph

453 Commits (8efbf4a0cb9be3d954a8d2b29cf729f128558d2e)

Author SHA1 Message Date
Micah Snyder 8efbf4a0cb eliminating compile warnings in windows 10, vs2015, x86 and x64. 8 years ago
Steven Morgan 5891f83422 bb11567 - Improve YARA rule handling in files containing unsupported YARA features. 8 years ago
Micah Snyder 84a7f40288 eliminating warnings. mostly correcting variable types. also correcting struct initialization in a couple instances (var = {0} does not zero the memory on all platforms). Also some minor formatting corrections in areas I was already working. eliminated some unused variables. 8 years ago
Micah Snyder 14e2247bd2 updating the copyright for a number of tiles. 8 years ago
Micah Snyder 7b1f1aaf9a fixed minor warnings regarding type conversions. 8 years ago
Mickey Sola 631cb6a005 Fixes and updates to intermediate container sig rules based on code review 8 years ago
Kevin Lin a71290665e adjust tabbing 8 years ago
Kevin Lin 87b2a1a9e3 add 'Intermediates' field to target description block 8 years ago
Kevin Lin 832d44e748 sig: convert .ith to .imp; add .imp to sigtool 9 years ago
Kevin Lin 66c20d21c3 imphash: signature file support 9 years ago
Kevin Lin 984f90ca4f bb#11587 - track linked bcs on matchers for target 7 normalization 9 years ago
Steven Morgan fd0ad26045 bb11565 - return error for bad file type in cdb sigs & fix cab file name sanitizing. 9 years ago
Kevin Lin 2f78d1d2bf bb#11543 - remove redundant mempool assignment 9 years ago
Kevin Lin e8ab1083a8 yara: use pre-loading engine to test hexsigs 9 years ago
Steven Morgan 0ea036adc0 Kick out yara rules containing single byte subpatterns. 9 years ago
Steven Morgan 5989b71545 Fix for signature name length<3 in .ign & .ign2 CVD files. 9 years ago
Mickey Sola a0fb64197f updating sig normalization function to comply with older standards 10 years ago
Mickey Sola 5f86ff20cd bb-11099 - normalization of whitelist signatures 10 years ago
Kevin Lin 05017893c6 change unknown database default to skip from .db 10 years ago
Kevin Lin 5d77f15a14 bb#11015(2) - refactor automated pwdb target assignment for tdb 10 years ago
Kevin Lin 80df0da49f fix error reporting for pwdb signature loading 10 years ago
Kevin Lin 214d750e97 cid 12208 & 12230 - fix for readdb failure state; silence warning 10 years ago
Kevin Lin 1b0177276b yara: fix translation and verification on unbounded wildcard subsequences 10 years ago
Steven Morgan 17ddeb7cd7 Remove some unneeded development code. 10 years ago
Kevin Lin 628c2bbb19 cid 12188 - fix error state for parsing yara hex strings 10 years ago
Kevin Lin c90d96348e cid 12197 & 12168 - tighten restrictions and checks for valid ranges 10 years ago
Kevin Lin 0ae43cf37c silence cid 12218 - false positive, yara virname prefix 10 years ago
Kevin Lin e15ebb76ee silence cid 12204 - false positive, strchr and strrchr 10 years ago
Kevin Lin 004eadf672 cid 12208 - fix error state for unbounded wildcards in alternative match 10 years ago
Kevin Lin 9c9b52f8c0 cid 12209 - fix error state on pcre subsigs with 'wide' sig modifier 10 years ago
Kevin Lin 37141e8850 cid 12214 - fix error state for pwdb loading 10 years ago
Steven Morgan f0b357ee02 bb11314 fix error check. 10 years ago
Steven Morgan 590a43e842 bb11314: YARA macro FAIL_ON_COMPILER_ERROR now terminates YARA rule parsing if there is a memory allocation error and additional check/exit in cli_loadyara preventing the segfault. 10 years ago
Mickey Sola 3fdd7d012f bb11343: Automatically appennding YARA. to all yara rule sigs. 10 years ago
Mickey Sola bbfac25813 bb11343: Adding yara-rules (yes|no|only) runtime option for clamscan. 10 years ago
Mickey Sola baeb625351 bb11343: Adding configure option to remove yara at compile-time. 10 years ago
Kevin Lin 71e1364547 moved ldb_tokenize in readdb to cli_ldbtokenize in str 10 years ago
Kevin Lin 741cc5015d pwdb: preprocess tdb with target 0 10 years ago
Kevin Lin 038cb67a35 pwdb: restructured storage for time efficiency 10 years ago
Kevin Lin 0a631ee94a pwdb: added name tracking the pwdb entry 10 years ago
Kevin Lin ac0cbde82b engine: added .pwdb handler and storage 10 years ago
Kevin Lin f210254408 matcher-ac: converted length fields to arrays 10 years ago
Kevin Lin bcf780fc53 readdb: refactored yara rule verification code 10 years ago
Steven Morgan 7665e02d5b Add support for YARA private rules and referencing other rules in a YARA condition. 10 years ago
Steven Morgan b72292f1fc YARA include-file fixups. 10 years ago
Kevin Lin b2197a09ce unit_test: pcre and sigopt test cases added to check_matchers 10 years ago
Kevin Lin 09942544ae win32 build fixes 10 years ago
Kevin Lin 5788e7d82b ldb: tokenizer ignores escaped '/' within subsigs 10 years ago
Kevin Lin 5d9cac7be6 readdb: changed signature modifier delimiter from '/' to '::' 10 years ago
Kevin Lin d8de911582 ldb: corrected offset condition check 10 years ago