1session_name: bc_afl 2 3windows: 4 - window_name: control 5 layout: even-horizontal 6 panes: 7 - shell_command: 8 - echo core | doas tee /proc/sys/kernel/core_pattern 9 - echo performance | doas tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor 10 - rm -rf tests/fuzzing/bc_outputs1/ 11 - rm -rf tests/fuzzing/bc_outputs2/ 12 - rm -rf tests/fuzzing/bc_outputs3/ 13 - rm -rf tests/fuzzing/dc_outputs/ 14 - window_name: bc11 15 layout: even-horizontal 16 panes: 17 - shell_command: 18 - export AFL_AUTORESUME=1 19 - sleep 15 20 - 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- 21 - window_name: bc12 22 layout: even-horizontal 23 panes: 24 - shell_command: 25 - export AFL_AUTORESUME=1 26 - sleep 16 27 - afl-fuzz -i tests/fuzzing/bc_inputs1 -o tests/fuzzing/bc_outputs1 -p coe -S bc12 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f- 28 - window_name: bc13 29 layout: even-horizontal 30 panes: 31 - shell_command: 32 - export AFL_AUTORESUME=1 33 - sleep 17 34 - afl-fuzz -i tests/fuzzing/bc_inputs1 -o tests/fuzzing/bc_outputs1 -p fast -S bc13 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f- 35 - window_name: bc14 36 layout: even-horizontal 37 panes: 38 - shell_command: 39 - export AFL_AUTORESUME=1 40 - sleep 18 41 - afl-fuzz -i tests/fuzzing/bc_inputs1 -o tests/fuzzing/bc_outputs1 -p explore -S bc14 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f- 42 - window_name: bc21 43 layout: even-horizontal 44 panes: 45 - shell_command: 46 - export AFL_AUTORESUME=1 47 - sleep 19 48 - 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- 49 - window_name: bc22 50 layout: even-horizontal 51 panes: 52 - shell_command: 53 - export AFL_AUTORESUME=1 54 - sleep 20 55 - afl-fuzz -i tests/fuzzing/bc_inputs2 -o tests/fuzzing/bc_outputs2 -p coe -S bc22 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f- 56 - window_name: bc23 57 layout: even-horizontal 58 panes: 59 - shell_command: 60 - export AFL_AUTORESUME=1 61 - sleep 21 62 - afl-fuzz -i tests/fuzzing/bc_inputs2 -o tests/fuzzing/bc_outputs2 -p fast -S bc23 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f- 63 - window_name: bc24 64 layout: even-horizontal 65 panes: 66 - shell_command: 67 - export AFL_AUTORESUME=1 68 - sleep 22 69 - afl-fuzz -i tests/fuzzing/bc_inputs2 -o tests/fuzzing/bc_outputs2 -p explore -S bc24 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f- 70 - window_name: bc31 71 layout: even-horizontal 72 panes: 73 - shell_command: 74 - export AFL_AUTORESUME=1 75 - sleep 23 76 - 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- 77 - window_name: bc32 78 layout: even-horizontal 79 panes: 80 - shell_command: 81 - export AFL_AUTORESUME=1 82 - sleep 24 83 - afl-fuzz -i tests/fuzzing/bc_inputs3 -o tests/fuzzing/bc_outputs3 -p coe -S bc32 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f- 84 - window_name: bc33 85 layout: even-horizontal 86 panes: 87 - shell_command: 88 - export AFL_AUTORESUME=1 89 - sleep 25 90 - afl-fuzz -i tests/fuzzing/bc_inputs3 -o tests/fuzzing/bc_outputs3 -p fast -S bc33 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f- 91 - window_name: bc34 92 layout: even-horizontal 93 panes: 94 - shell_command: 95 - export AFL_AUTORESUME=1 96 - sleep 26 97 - afl-fuzz -i tests/fuzzing/bc_inputs3 -o tests/fuzzing/bc_outputs3 -p explore -S bc34 bin/bc -lq -e "seed = 1280937142.20981723890730892738902938071028973408912703984712093" -f- 98 - window_name: dc11 99 layout: even-horizontal 100 panes: 101 - shell_command: 102 - export AFL_AUTORESUME=1 103 - sleep 27 104 - afl-fuzz -i tests/fuzzing/dc_inputs -o tests/fuzzing/dc_outputs -p exploit -D -M dc11 bin/dc -x -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f- 105 - window_name: dc12 106 layout: even-horizontal 107 panes: 108 - shell_command: 109 - export AFL_AUTORESUME=1 110 - sleep 28 111 - afl-fuzz -i tests/fuzzing/dc_inputs -o tests/fuzzing/dc_outputs -p coe -S dc12 bin/dc -x -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f- 112 - window_name: dc13 113 layout: even-horizontal 114 panes: 115 - shell_command: 116 - export AFL_AUTORESUME=1 117 - sleep 29 118 - afl-fuzz -i tests/fuzzing/dc_inputs -o tests/fuzzing/dc_outputs -p fast -S dc13 bin/dc -x -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f- 119 - window_name: dc14 120 layout: even-horizontal 121 panes: 122 - shell_command: 123 - export AFL_AUTORESUME=1 124 - sleep 30 125 - afl-fuzz -i tests/fuzzing/dc_inputs -o tests/fuzzing/dc_outputs -p explore -S dc14 bin/dc -x -e "1280937142.20981723890730892738902938071028973408912703984712093j" -f- 126