diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2017-01-22 08:45:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:22:55 +0700 |
commit | 71c04ee12226c6063d688ba6581a86b7d2b77f31 (patch) | |
tree | 1c073d27638e450d56c705dcc20b6ca92a8bd54a /python/yara-python/README | |
parent | 0ae53b88497f400f648500c20bc5bf9c255167d1 (diff) | |
download | slackbuilds-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/README | 8 |
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. |