VirusTotal / yara

The pattern matching swiss knife
https://virustotal.github.io/yara/
BSD 3-Clause "New" or "Revised" License
7.93k stars 1.42k forks source link

add lookaround forward/backward to regular expression. #2091

Closed jhjo-jhjo closed 1 week ago

jhjo-jhjo commented 1 week ago

PCRE supports lookaround, but yara's regular expressions are not currently support those.
Are there any plans?

plusvic commented 1 week ago

No, there's no plan to support lookarounds.