Skip to content

Instantly share code, notes, and snippets.

@sharvilshah
Created September 19, 2023 13:31
Show Gist options
  • Select an option

  • Save sharvilshah/89844f2c020adaf4591b354d5da698a3 to your computer and use it in GitHub Desktop.

Select an option

Save sharvilshah/89844f2c020adaf4591b354d5da698a3 to your computer and use it in GitHub Desktop.
test yara rule
rule pdf
{
strings:
$a = {25 50 44 46 2D}
condition:
$a
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment