You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson c1c60c753e
misc/yara: Fix slack-desc.
9 years ago
..
README misc/yara: Added (A malware identification and classification tool) 14 years ago
doinst.sh misc/yara: Added (A malware identification and classification tool) 14 years ago
slack-desc misc/yara: Fix slack-desc. 9 years ago
yara.SlackBuild various: Update find command to match template. 12 years ago
yara.info Add REQUIRED field to .info files. 13 years ago

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.