misc/yara: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 17:06:33 -04:00
parent f48f582d50
commit 298293f3d8

View file

@ -1,11 +1,11 @@
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 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.
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.