On 2017-06-27 at 09:37 -0400, Wesley Shields wrote: > yara takes a single rule file. You need to either concatenate all your rule > files into a single file and use that or you can use yarac to compile them > all into a single binary yara rule file and use that. It would be something > like: > > yara.c *.yar my_rules > > yara -rg my_rules infected folder > > -- WXS
You could also use a single file that actually includes the real ones. -- You received this message because you are subscribed to the Google Groups "YARA" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
