This package browser is in early development. Mind the rough edges.

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.

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.