Exception: Yara::Scanner::NotCompiledError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/yara/scanner.rb

Overview

Public: Raised when attempting to scan before compiling rules.

This exception indicates a programming error where scan() was called before compile(). Rules must be compiled before scanning can occur.