summaryrefslogtreecommitdiffstats
path: root/python/yara-python/README
blob: 6bef9e57f07d1b464d4e728ee1c076db15741849 (plain)
1
2
3
4
5
6
7
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.