Back to Yara

CodeMirror

extra/codemirror/index.html

4.5.5186 B
Original Source

YARA mode

/* Demo YARA rule */ rule demo { strings: $foo = "foo" // foo $bar = "bar" // bar $cafebabe = {CAFEBABE} // cafebabe condition: all of them }

MIME type: text/x-yara