126 lines
5.4 KiB
YAML
126 lines
5.4 KiB
YAML
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-
|