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