You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing a parser error when processing a rule that uses anonymous strings within the condition. I believe this is caused by the use of the anonymous identifier $ within the of clause.
The following example raised a yaramod.ParserError -> Reference to undefined string '$'
I'm seeing a parser error when processing a rule that uses anonymous strings within the condition. I believe this is caused by the use of the anonymous identifier
$
within theof
clause.The following example raised a
yaramod.ParserError
->Reference to undefined string '$'
Example Rule:
If I modify the rule to use
them
it is processed as expected.Example:
Also using indexes for the strings, the rule is processed without error.
The text was updated successfully, but these errors were encountered: