From 71c04ee12226c6063d688ba6581a86b7d2b77f31 Mon Sep 17 00:00:00 2001 From: "Barry J. Grundy" Date: Sun, 22 Jan 2017 08:45:26 +0700 Subject: python/yara-python: Added (Python for yara). Signed-off-by: Willy Sudiarto Raharjo --- python/yara-python/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/yara-python/README (limited to 'python/yara-python/README') 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. -- cgit v1.2.3