slackbuilds/misc/yara
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README misc/yara: Added (A malware identification and classification tool) 2011-10-11 21:20:25 -05:00
slack-desc misc/yara: Fix slack-desc. 2016-11-14 16:47:23 +07:00
yara.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
yara.info misc/yara: Updated for version 3.5.0. 2017-01-24 07:22:55 +07:00

README

YARA - a malware identification and classification tool

YARA is a tool aimed at helping malware researchers to identify and classify
malware samples. With YARA you can create descriptions of malware families
based on textual or binary patterns contained on samples of those families.
Each description consists of a set of strings and a Boolean expression which
determines its logic.

YARA is multi-platform, running on Windows, Linux and Mac OS X, and can be used
through its command-line interface or from your own Python scripts with the
yara-python extension.