aboutsummaryrefslogtreecommitdiff
path: root/contrib/bc/tests/fuzzing/bc_afl.yaml
blob: 7d13bff95824af79d88ef3496d18d3a9c106e227 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
session_name: bc_afl

windows:
  - window_name: control
    layout: even-horizontal
    panes:
      - shell_command:
        - echo core | doas tee /proc/sys/kernel/core_pattern
        - echo performance | doas tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
        - rm -rf tests/fuzzing/bc_outputs1/
        - rm -rf tests/fuzzing/bc_outputs2/
        - rm -rf tests/fuzzing/bc_outputs3/
        - rm -rf tests/fuzzing/dc_outputs/
  - window_name: bc11
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 15
        - afl-fuzz -i tests/fuzzing/bc_inputs1 -o tests/fuzzing/bc_outputs1 -p exploit -D -M bc11 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: bc12
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 16
        - afl-fuzz -i tests/fuzzing/bc_inputs1 -o tests/fuzzing/bc_outputs1 -p coe -S bc12 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: bc13
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 17
        - afl-fuzz -i tests/fuzzing/bc_inputs1 -o tests/fuzzing/bc_outputs1 -p fast -S bc13 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: bc14
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 18
        - afl-fuzz -i tests/fuzzing/bc_inputs1 -o tests/fuzzing/bc_outputs1 -p explore -S bc14 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: bc21
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 19
        - afl-fuzz -i tests/fuzzing/bc_inputs2 -o tests/fuzzing/bc_outputs2 -p exploit -D -M bc21 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: bc22
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 20
        - afl-fuzz -i tests/fuzzing/bc_inputs2 -o tests/fuzzing/bc_outputs2 -p coe -S bc22 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: bc23
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 21
        - afl-fuzz -i tests/fuzzing/bc_inputs2 -o tests/fuzzing/bc_outputs2 -p fast -S bc23 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: bc24
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 22
        - afl-fuzz -i tests/fuzzing/bc_inputs2 -o tests/fuzzing/bc_outputs2 -p explore -S bc24 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: bc31
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 23
        - afl-fuzz -i tests/fuzzing/bc_inputs3 -o tests/fuzzing/bc_outputs3 -p exploit -D -M bc31 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: bc32
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 24
        - afl-fuzz -i tests/fuzzing/bc_inputs3 -o tests/fuzzing/bc_outputs3 -p coe -S bc32 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: bc33
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 25
        - afl-fuzz -i tests/fuzzing/bc_inputs3 -o tests/fuzzing/bc_outputs3 -p fast -S bc33 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: bc34
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 26
        - afl-fuzz -i tests/fuzzing/bc_inputs3 -o tests/fuzzing/bc_outputs3 -p explore -S bc34 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
  - window_name: dc11
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 27
        - afl-fuzz -i tests/fuzzing/dc_inputs -o tests/fuzzing/dc_outputs -p exploit -D -M dc11 bin/dc -x -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f-
  - window_name: dc12
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 28
        - afl-fuzz -i tests/fuzzing/dc_inputs -o tests/fuzzing/dc_outputs -p coe -S dc12 bin/dc -x -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f-
  - window_name: dc13
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 29
        - afl-fuzz -i tests/fuzzing/dc_inputs -o tests/fuzzing/dc_outputs -p fast -S dc13 bin/dc -x -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f-
  - window_name: dc14
    layout: even-horizontal
    panes:
      - shell_command:
        - export AFL_AUTORESUME=1
        - sleep 30
        - afl-fuzz -i tests/fuzzing/dc_inputs -o tests/fuzzing/dc_outputs -p explore -S dc14 bin/dc -x -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f-