VirusTotal / yara

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

add lookaround forward/backward to regular expression. #2091

Closed jhjo-jhjo closed 4 months ago

jhjo-jhjo commented 4 months ago

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

plusvic commented 4 months ago

No, there's no plan to support lookarounds.