Created
September 19, 2023 13:31
-
-
Save sharvilshah/89844f2c020adaf4591b354d5da698a3 to your computer and use it in GitHub Desktop.
test yara rule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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