• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1session_name: bc_afl_continue
2start_directory: ./
3
4windows:
5  - window_name: control
6    layout: even-horizontal
7    panes:
8      - shell_command:
9        - echo core | doas tee /proc/sys/kernel/core_pattern
10        - echo performance | doas tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
11  - window_name: bc11
12    layout: even-horizontal
13    panes:
14      - shell_command:
15        - export AFL_AUTORESUME=1
16        - unset POSIXLY_CORRECT
17        - unset BC_BANNER
18        - unset BC_ENV_ARGS
19        - unset BC_LINE_LENGTH
20        - unset BC_SIGINT_RESET
21        - unset BC_TTY_MODE
22        - unset BC_PROMPT
23        - unset BC_EXPR_EXIT
24        - unset BC_DIGIT_CLAMP
25        - sleep 4
26        - afl-fuzz -i- -o tests/fuzzing/bc_outputs1 -p exploit -D -M bc11 bin/bc -lqc -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
27  - window_name: bc12
28    layout: even-horizontal
29    panes:
30      - shell_command:
31        - export AFL_AUTORESUME=1
32        - unset POSIXLY_CORRECT
33        - unset BC_BANNER
34        - unset BC_ENV_ARGS
35        - unset BC_LINE_LENGTH
36        - unset BC_SIGINT_RESET
37        - unset BC_TTY_MODE
38        - unset BC_PROMPT
39        - unset BC_EXPR_EXIT
40        - unset BC_DIGIT_CLAMP
41        - sleep 5
42        - afl-fuzz -i- -o tests/fuzzing/bc_outputs1 -p coe -S bc12 bin/bc -lqc -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
43  - window_name: bc13
44    layout: even-horizontal
45    panes:
46      - shell_command:
47        - export AFL_AUTORESUME=1
48        - unset POSIXLY_CORRECT
49        - unset BC_BANNER
50        - unset BC_ENV_ARGS
51        - unset BC_LINE_LENGTH
52        - unset BC_SIGINT_RESET
53        - unset BC_TTY_MODE
54        - unset BC_PROMPT
55        - unset BC_EXPR_EXIT
56        - unset BC_DIGIT_CLAMP
57        - sleep 6
58        - afl-fuzz -i- -o tests/fuzzing/bc_outputs1 -p fast -S bc13 bin/bc -lqc -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
59  - window_name: bc14
60    layout: even-horizontal
61    panes:
62      - shell_command:
63        - export AFL_AUTORESUME=1
64        - unset POSIXLY_CORRECT
65        - unset BC_BANNER
66        - unset BC_ENV_ARGS
67        - unset BC_LINE_LENGTH
68        - unset BC_SIGINT_RESET
69        - unset BC_TTY_MODE
70        - unset BC_PROMPT
71        - unset BC_EXPR_EXIT
72        - unset BC_DIGIT_CLAMP
73        - sleep 7
74        - afl-fuzz -i- -o tests/fuzzing/bc_outputs1 -p explore -S bc14 bin/bc -lqc -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
75  - window_name: bc15
76    layout: even-horizontal
77    panes:
78      - shell_command:
79        - export AFL_AUTORESUME=1
80        - unset POSIXLY_CORRECT
81        - unset BC_BANNER
82        - unset BC_ENV_ARGS
83        - unset BC_LINE_LENGTH
84        - unset BC_SIGINT_RESET
85        - unset BC_TTY_MODE
86        - unset BC_PROMPT
87        - unset BC_EXPR_EXIT
88        - unset BC_DIGIT_CLAMP
89        - sleep 9
90        - afl-fuzz -i- -o tests/fuzzing/bc_outputs1 -p exploit -D -S bc15 bin/bc -lqC -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
91  - window_name: bc21
92    layout: even-horizontal
93    panes:
94      - shell_command:
95        - export AFL_AUTORESUME=1
96        - unset POSIXLY_CORRECT
97        - unset BC_BANNER
98        - unset BC_ENV_ARGS
99        - unset BC_LINE_LENGTH
100        - unset BC_SIGINT_RESET
101        - unset BC_TTY_MODE
102        - unset BC_PROMPT
103        - unset BC_EXPR_EXIT
104        - unset BC_DIGIT_CLAMP
105        - sleep 10
106        - afl-fuzz -i- -o tests/fuzzing/bc_outputs2 -p exploit -D -M bc21 bin/bc -lqc -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
107  - window_name: bc22
108    layout: even-horizontal
109    panes:
110      - shell_command:
111        - export AFL_AUTORESUME=1
112        - unset POSIXLY_CORRECT
113        - unset BC_BANNER
114        - unset BC_ENV_ARGS
115        - unset BC_LINE_LENGTH
116        - unset BC_SIGINT_RESET
117        - unset BC_TTY_MODE
118        - unset BC_PROMPT
119        - unset BC_EXPR_EXIT
120        - unset BC_DIGIT_CLAMP
121        - sleep 11
122        - afl-fuzz -i- -o tests/fuzzing/bc_outputs2 -p coe -S bc22 bin/bc -lqc -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
123  - window_name: bc23
124    layout: even-horizontal
125    panes:
126      - shell_command:
127        - export AFL_AUTORESUME=1
128        - unset POSIXLY_CORRECT
129        - unset BC_BANNER
130        - unset BC_ENV_ARGS
131        - unset BC_LINE_LENGTH
132        - unset BC_SIGINT_RESET
133        - unset BC_TTY_MODE
134        - unset BC_PROMPT
135        - unset BC_EXPR_EXIT
136        - unset BC_DIGIT_CLAMP
137        - sleep 12
138        - afl-fuzz -i- -o tests/fuzzing/bc_outputs2 -p fast -S bc23 bin/bc -lqc -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
139  - window_name: bc24
140    layout: even-horizontal
141    panes:
142      - shell_command:
143        - export AFL_AUTORESUME=1
144        - unset POSIXLY_CORRECT
145        - unset BC_BANNER
146        - unset BC_ENV_ARGS
147        - unset BC_LINE_LENGTH
148        - unset BC_SIGINT_RESET
149        - unset BC_TTY_MODE
150        - unset BC_PROMPT
151        - unset BC_EXPR_EXIT
152        - unset BC_DIGIT_CLAMP
153        - sleep 13
154        - afl-fuzz -i- -o tests/fuzzing/bc_outputs2 -p explore -S bc24 bin/bc -lqc -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
155  - window_name: bc25
156    layout: even-horizontal
157    panes:
158      - shell_command:
159        - export AFL_AUTORESUME=1
160        - unset POSIXLY_CORRECT
161        - unset BC_BANNER
162        - unset BC_ENV_ARGS
163        - unset BC_LINE_LENGTH
164        - unset BC_SIGINT_RESET
165        - unset BC_TTY_MODE
166        - unset BC_PROMPT
167        - unset BC_EXPR_EXIT
168        - unset BC_DIGIT_CLAMP
169        - sleep 14
170        - afl-fuzz -i- -o tests/fuzzing/bc_outputs2 -p exploit -D -S bc25 bin/bc -lqC -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f-
171  - window_name: dc11
172    layout: even-horizontal
173    panes:
174      - shell_command:
175        - export AFL_AUTORESUME=1
176        - unset DC_ENV_ARGS
177        - unset DC_LINE_LENGTH
178        - unset DC_SIGINT_RESET
179        - unset DC_TTY_MODE
180        - unset DC_PROMPT
181        - unset DC_EXPR_EXIT
182        - unset DC_DIGIT_CLAMP
183        - sleep 15
184        - afl-fuzz -i- -o tests/fuzzing/dc_outputs -p exploit -D -M dc11 bin/dc -xc -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f-
185  - window_name: dc12
186    layout: even-horizontal
187    panes:
188      - shell_command:
189        - export AFL_AUTORESUME=1
190        - unset DC_ENV_ARGS
191        - unset DC_LINE_LENGTH
192        - unset DC_SIGINT_RESET
193        - unset DC_TTY_MODE
194        - unset DC_PROMPT
195        - unset DC_EXPR_EXIT
196        - unset DC_DIGIT_CLAMP
197        - sleep 16
198        - afl-fuzz -i- -o tests/fuzzing/dc_outputs -p coe -S dc12 bin/dc -xc -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f-
199  - window_name: dc13
200    layout: even-horizontal
201    panes:
202      - shell_command:
203        - export AFL_AUTORESUME=1
204        - unset DC_ENV_ARGS
205        - unset DC_LINE_LENGTH
206        - unset DC_SIGINT_RESET
207        - unset DC_TTY_MODE
208        - unset DC_PROMPT
209        - unset DC_EXPR_EXIT
210        - unset DC_DIGIT_CLAMP
211        - sleep 17
212        - afl-fuzz -i- -o tests/fuzzing/dc_outputs -p fast -S dc13 bin/dc -xc -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f-
213  - window_name: dc14
214    layout: even-horizontal
215    panes:
216      - shell_command:
217        - export AFL_AUTORESUME=1
218        - unset DC_ENV_ARGS
219        - unset DC_LINE_LENGTH
220        - unset DC_SIGINT_RESET
221        - unset DC_TTY_MODE
222        - unset DC_PROMPT
223        - unset DC_EXPR_EXIT
224        - unset DC_DIGIT_CLAMP
225        - sleep 18
226        - afl-fuzz -i- -o tests/fuzzing/dc_outputs -p explore -S dc14 bin/dc -xc -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f-
227  - window_name: dc15
228    layout: even-horizontal
229    panes:
230      - shell_command:
231        - export AFL_AUTORESUME=1
232        - unset DC_ENV_ARGS
233        - unset DC_LINE_LENGTH
234        - unset DC_SIGINT_RESET
235        - unset DC_TTY_MODE
236        - unset DC_PROMPT
237        - unset DC_EXPR_EXIT
238        - unset DC_DIGIT_CLAMP
239        - sleep 19
240        - afl-fuzz -i- -o tests/fuzzing/dc_outputs -p exploit -D -S dc15 bin/dc -xC -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f-
241