summaryrefslogtreecommitdiff
path: root/tools/fuzzing/rost/test.rost
blob: 02daabe166f0634b10355476492dd0014d6392bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12

rule basic {

   bytes:
      $a = "ABC" base64
      $b = "12"
      $c = { 00 01 f0 ff ff [0-9] 23 }

   condition:
      (#a == 123 or $b or $c) and console.log(maxcommon(modpath($a, $b)))

}