Skip to content

Instantly share code, notes, and snippets.

@pranjalAI
Created July 26, 2021 16:03
Show Gist options
  • Save pranjalAI/5803748d988369d389a682c126430700 to your computer and use it in GitHub Desktop.
Save pranjalAI/5803748d988369d389a682c126430700 to your computer and use it in GitHub Desktop.
import yara
rule = yara.compile(source='rule foo: bar {strings: $a = "lmn" condition: $a}')
matches = rule.match(data='abcdefgjiklmnoprstuvwxyz')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment