Closed Northern-Lights closed 6 years ago
Despite using YARA's grammar.y file, the parser is failing to recognize rules such as the following:
rule FOR { strings: $s1 = "abc" condition: (for any i in (0..#s1) : ( @s1[i] > 5 )) }
$ y2j for.yar Couldn't parse YARA ruleset: Parser result: "1" grammar: lexical error @5: "syntax error: unexpected _DOT_DOT_, expecting _RPAREN_ or _OR_ or _AND_"
integer_set was accidentally deleted when the rules were being hollowed out
integer_set
Despite using YARA's grammar.y file, the parser is failing to recognize rules such as the following: