diff options
author | Barry J. Grundy <bgrundyat> | 2022-05-12 17:44:01 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:59 +0700 |
commit | f39578d5381b1afbe6eaeddd4813aeb3b9640d7d (patch) | |
tree | 13615dbc6cfedcd967c2036cd3a905cd20dcfbd6 /python/python2-yara/README | |
parent | 9449edd729f284e37f63c049d4ae1d2477144828 (diff) |
python/python2-yara: Added (Python2 for yara)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-yara/README')
-rw-r--r-- | python/python2-yara/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/python2-yara/README b/python/python2-yara/README new file mode 100644 index 0000000000000..4ca9b14e48692 --- /dev/null +++ b/python/python2-yara/README @@ -0,0 +1,10 @@ +python2-yara is a python2 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. + +python3-yara is available for use with python3. |