/YARA

YARA is a tool aimed at helping malware researchers to identify and classify malware samples.

Primary LanguageShellGNU General Public License v2.0GPL-2.0

DEPENDENCIES

YARA depends on the PCRE library for regular expressions support, you will need
this library installed on your system in order to build YARA succesfully. The PCRE
library is present on many Linux distributions, in systems using APT for package
management it can be installed with:

$ sudo apt-get install libpcre++-dev