yara-python 4.5.0-1build1 source package in Ubuntu
Changelog
yara-python (4.5.0-1build1) noble; urgency=medium * No-change rebuild with Python 3.12 only -- Graham Inggs <email address hidden> Thu, 11 Apr 2024 10:56:14 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Noble
- Original maintainer:
- Hilko Bengen
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
yara-python_4.5.0.orig.tar.gz | 38.4 KiB | 86a5b0f68b1335f8cb0891e05cc1b6263a5cd8a60078ef90a97704dd209ef14d |
yara-python_4.5.0-1build1.debian.tar.xz | 3.3 KiB | ecdc4769882eda659bf0d4f1b8d3e130b9d12db290a4c5975a7323e3b92019fc |
yara-python_4.5.0-1build1.dsc | 2.0 KiB | 4210d519b35293a3aeba451c85154d4a59d2c06f96d9011cfbd7f28dd3e17394 |
Available diffs
- diff from 4.5.0-1 (in Debian) to 4.5.0-1build1 (310 bytes)
Binary packages built by this source
- python3-yara: 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-dbgsym: debug symbols for python3-yara