[ 源代码: yara-python ]
软件包:python3-yara(3.9.0-1)
Python 3 bindings for YARA
YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA, it is possible to create descriptions of malware families based on textual or binary patterns contained in samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic.
Complex and powerful rules can be created by using binary strings with wild-cards, case-insensitive text strings, special operators, regular expressions and many other features.
This package provides Python 3 bindings.
其他与 python3-yara 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libyara3 (>= 3.7.0)
- YARA shared library
-
- dep: python3 (<< 3.8)
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (>= 3.7~)