diff options
author | Vegard Haugland <vegard@haugland.at> | 2011-09-30 23:16:34 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:25 -0500 |
commit | 18271480995227468e7aad6097783311b2f249ab (patch) | |
tree | 781a16549a149497d13b5a361357fc190f3b5a16 /misc/yara/slack-desc | |
parent | f4da96657d1f2e18d8640466564809482e5dd97d (diff) | |
download | slackbuilds-18271480995227468e7aad6097783311b2f249ab.tar.gz |
misc/yara: Added (A malware identification and classification tool)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'misc/yara/slack-desc')
-rw-r--r-- | misc/yara/slack-desc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/yara/slack-desc b/misc/yara/slack-desc new file mode 100644 index 0000000000..2ada848752 --- /dev/null +++ b/misc/yara/slack-desc @@ -0,0 +1,20 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +yara: YARA (A malware identification and classification tool) +yara: +yara: YARA is a tool aimed at helping malware researchers to identify and +yara: classify malware samples. With YARA you can create descriptions of +yara: malware families based on textual or binary patterns contained on +yara: samples of those families. Each description consists of a set of +yara: strings and a Boolean expression which determines its logic. +yara: +yara: YARA is multi-platform, running on Windows, Linux and Mac OS X. +yara: +yara: http://code.google.com/p/yara-project/ +yara: |