Yet Another Recursive Acronym
Yet Another Recursive Acronym, aka Yet Another Recursive Acronym, is an actively used programming language created in 2008. YARA is the name of a tool primarily used in malware research and detection. It provides a rule-based approach to create descriptions of malware families based on textual or binary patterns. A description is essentially a Yara rule name, where these rules consist of sets of strings and a boolean expression. Read more on Wikipedia...
11Years Old | 4,351Users | 0Jobs |
- Yet Another Recursive Acronym ranks in the top 10% of languages
- the Yet Another Recursive Acronym website
- the Yet Another Recursive Acronym wikipedia page
- Yet Another Recursive Acronym on github
- Yet Another Recursive Acronym first appeared in 2008
- file extensions for Yet Another Recursive Acronym include yar and yara
- See also: perl, regex, elf
- I have 49 facts about Yet Another Recursive Acronym. what would you like to know? email me and let me know how I can help.
Example code from the web:
rule silent_banker : banker { meta: description = "This is just an example" threat_level = 3 in_the_wild = true strings: $a = {6A 40 68 00 30 00 00 6A 14 8D 91} $b = {8D 4D B0 2B C1 83 C0 27 99 6A 4E 59 F7 F9} $c = "UVODFRYSIHLNWPEJXQZAKCBGMT" condition: $a or $b or $c }
Example code from Linguist:
rule test { condition: true }
Trending Repos
repo | stars | description |
---|
Last updated December 10th, 2019