summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 17:06:33 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 17:06:33 -0400
commit298293f3d849bd9807878c4a6a0232c19be64488 (patch)
tree839a467c17ef085b87f467b7d2d3c6f1ca1abe16 /misc
parentf48f582d500275ce645286dc36d3df143ba0ce5d (diff)
downloadslackbuilds-298293f3d849bd9807878c4a6a0232c19be64488.tar.gz
slackbuilds-298293f3d849bd9807878c4a6a0232c19be64488.tar.xz
misc/yara: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/yara/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/yara/README b/misc/yara/README
index 22fe5340a1..2056ac136e 100644
--- a/misc/yara/README
+++ b/misc/yara/README
@@ -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.