summaryrefslogtreecommitdiffstats
path: root/python/yara-python/README
diff options
context:
space:
mode:
author Barry J. Grundy2017-01-22 02:45:26 +0100
committer Willy Sudiarto Raharjo2017-01-24 01:22:55 +0100
commit71c04ee12226c6063d688ba6581a86b7d2b77f31 (patch)
tree1c073d27638e450d56c705dcc20b6ca92a8bd54a /python/yara-python/README
parent0ae53b88497f400f648500c20bc5bf9c255167d1 (diff)
downloadslackbuilds-71c04ee12226c6063d688ba6581a86b7d2b77f31.tar.gz
python/yara-python: Added (Python for yara).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/yara-python/README')
-rw-r--r--python/yara-python/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/yara-python/README b/python/yara-python/README
new file mode 100644
index 0000000000..6bef9e57f0
--- /dev/null
+++ b/python/yara-python/README
@@ -0,0 +1,8 @@
+yara-python is a python 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.