1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: yara-python
Section: python
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Uploaders: Debian Security Tools <team+pkg-security@tracker.debian.org>
Build-Depends: debhelper-compat (= 13), dh-python,
python3-all-dev, python3-setuptools,
libyara-dev (>= 4),
Standards-Version: 4.6.1
Homepage: https://github.com/VirusTotal/yara-python
Vcs-Git: https://salsa.debian.org/pkg-security-team/yara-python.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/yara-python
Package: python3-yara
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
Provides: ${python3:Provides},
XB-Python-Version: ${python3:Versions},
Description: 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.
|