yara 4.5.2
Pattern matching swiss knife
YARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA you can create rules that evaluate conditions based on textual and binary patterns. This package also provides an executable to scan files, folders, and running processes and report those that match said rules.
- Outputs:
out
- Website: https://github.com/VirusTotal/yara
- Licenses: Modified BSD
- Package source: gnu/packages/antivirus.scm
- Builds: See build status
- Issues: See known issues
Installation
Install yara 4.5.2
as follows:
guix install yara@4.5.2
Or install the latest version:
guix install yara
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.