aboutsummaryrefslogtreecommitdiff
path: root/python/python3-yara/README
diff options
context:
space:
mode:
authorBarry J. Grundy <bgrundyat>2022-05-12 17:42:48 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-14 19:27:59 +0700
commit9449edd729f284e37f63c049d4ae1d2477144828 (patch)
treeaec8196d5a55dcc3541ff7189b6f45f869fe9bd7 /python/python3-yara/README
parent035f0408cc752c188861df727e749172b608a6de (diff)
python/python3-yara: Added (Python3 for yara)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-yara/README')
-rw-r--r--python/python3-yara/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python3-yara/README b/python/python3-yara/README
new file mode 100644
index 000000000000..81bb5f5249df
--- /dev/null
+++ b/python/python3-yara/README
@@ -0,0 +1,10 @@
+python3-yara is a python3 library for YARA.
+
+YARA is a tool aimed at (but not limited to) helping malware researchers
+to identify and classify malware samples.
+
+With this library you can use YARA from your Python programs. It covers
+all YARA's features, from compiling, saving and loading rules to
+scanning files, strings and processes.
+
+python2-yara is available for use with python2.