mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
9449edd729
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
387 B
Text
10 lines
387 B
Text
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.
|