Support YARA Format Jumps in Search #6600
Labels
Component: Core
Issue needs changes to the core
Effort: Medium
Issue should take < 1 month
Impact: Low
Issue is a papercut or has a good, supported workaround
What is the feature you'd like to have?
The current implementation of search supports ?? wildcards, but it is also common in YARA to use jumps instead of long stretches of wildcards:
6a40 6800100000 a1[4] 50 6a00 ff15[4] 8945e0
rather than
6a40 6800100000 a1???????? 50 6a00 ff15???????? 8945e0
Is your feature request related to a problem?
This will help with cut and paste from YARA rule strings to binary ninja's search.
The text was updated successfully, but these errors were encountered: