fourtysixandtwo 067d0d7809 misc/yara: Change i486 to i586 2 年 前
..
README 298293f3d8 misc/yara: Wrap README at 72 columns. 2 年 前
slack-desc 6ae648c986 misc/yara: Updated for version 4.2.1. 2 年 前
yara.SlackBuild 067d0d7809 misc/yara: Change i486 to i586 2 年 前
yara.info 6ae648c986 misc/yara: Updated for version 4.2.1. 2 年 前

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.