:mod:`yara.cli` --- A command line YARA rules scanning utility =============================================================== .. module:: yara.scan :synopsis: Compile and test YARA against data .. moduleauthor:: Michael Dorman .. sectionauthor:: Michael Dorman This module is responsible for implementing the CLI that allows users to rapidly execute their yara signatures against file(s) and pid(s). See :ref:`How to scan ` for more details.