From 47017179a6e1155ea84fa1cc980e1b8a09743081 Mon Sep 17 00:00:00 2001 From: Brendan Hansknecht Date: Fri, 26 Jul 2024 18:40:02 -0700 Subject: [PATCH] watch afl status --- crates/compiler/builtins/bitcode/fuzz_in_tmux.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/compiler/builtins/bitcode/fuzz_in_tmux.sh b/crates/compiler/builtins/bitcode/fuzz_in_tmux.sh index 6763eb21b8..cb9a5d4586 100755 --- a/crates/compiler/builtins/bitcode/fuzz_in_tmux.sh +++ b/crates/compiler/builtins/bitcode/fuzz_in_tmux.sh @@ -36,8 +36,7 @@ tmux new-window "$BASE_CMD -S fuzzer05 -Z -p coe ./fuzz-cmpcov" tmux split-window -h "$BASE_CMD -S fuzzer06 -P exploit ./fuzz" tmux split-window -v -t 1.0 "AFL_DISABLE_TRIM=1 $BASE_CMD -S fuzzer07 -p explore ./fuzz" tmux split-window -v -t 1.2 "htop" -tmux new-window -tmux send-keys "afl-whatsup -d $OUTPUT_DIR" +tmux new-window "watch -c -n 30 afl-whatsup -s .fuzz_data/output" tmux select-window -t 1 tmux select-window -t 0 tmux -2 a -t "fuzz"