- New operators
icontains
,endswith
,iendswith
,startswith
,istartswith
. - Raise warnings for non-ascii strings.
- Accept
\t
escape sequence in text strings. - Add
--no-follow-links
command-line option toyara
. - Prevent
yara
from following links to "." (@1D2D). - Implemented non-blocking scanning API (@simonhf).
- When a string causes too many matches, YARA raises a warning instead of failing.