diff options
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. |