Closed GoogleCodeExporter closed 8 years ago
YARA 1.6 doesn't support case-insensitive regexps in the way you're using doing
it. Instead of appending the /i modifier at the end use:
$a = /https?:\/\/.*\.dll/ nocase
$b = /ftp:\/\/.*\.dll/ nocase
$c = /www.*\.dll/ nocase
$d = /.*\.dll/ nocase
Original comment by plus...@gmail.com
on 19 Mar 2014 at 8:16
very well my friend, Big thanks
Original comment by rubins...@gmail.com
on 19 Mar 2014 at 11:40
Original issue reported on code.google.com by
rubins...@gmail.com
on 19 Mar 2014 at 6:17