Fork of yara-python that enables more modules by default
Project description
# magic-yara-python
This is a fork of the official yara-python library developed by VirusTotal ([GitHub](https://github.com/VirusTotal/yara-python), [PyPI](https://pypi.org/project/yara-python/), [documentation](https://yara.readthedocs.org/en/latest/yarapython.html)).
It introduces no functional differences but enables the following YARA modules by default:
[magic](https://yara.readthedocs.io/en/latest/modules/magic.html)
[dotnet](https://yara.readthedocs.io/en/latest/modules/dotnet.html)
In other words, installing magic-yara-python is equivalent to installing yara-python with the –enable-magic –enable-dotnet flags.
The reason this fork exists is that it is sometimes hard or inconvenient to provide these flags, depending on your method of installation. For example, setuptools provides no means to supply additional build options for its install_requires entries. If you install via pip you can set these options through –global-option flags, but that becomes unwieldy quickly. magic-yara-python is meant as an easy workaround for these cases.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file magic-yara-python-4.3.1.1.tar.gz
.
File metadata
- Download URL: magic-yara-python-4.3.1.1.tar.gz
- Upload date:
- Size: 536.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69fe460abb0bf65ab3e11bdc723c10ca625cf2a8a3fe876b922cc9055a3012c8 |
|
MD5 | 018864f681c761f04221931ce4b40d6f |
|
BLAKE2b-256 | ed730959aa14b7db8c6e19bc06aac5e0cd26b692cc842bc328fd32121bbb342a |