From 07c5f6ec23fcf9237a24e71adcfacabce677f818 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 29 Apr 2022 10:48:09 +0200 Subject: Change file organization. --- tests/fuzzer/run_test.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 tests/fuzzer/run_test.sh (limited to 'tests/fuzzer/run_test.sh') diff --git a/tests/fuzzer/run_test.sh b/tests/fuzzer/run_test.sh deleted file mode 100755 index 9ecdeef..0000000 --- a/tests/fuzzer/run_test.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -rm -rf build -mkdir build -cd build -CC=afl-gcc CXX=afl-g++ cmake ../ -DSTATIC_BUILD=ON && make -#export LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" - - -#./fuzzTestCase ../testcase_dir/gooddata.txt -# afl-fuzz -m 2G -i ../testcase_dir -o ../findings_dir ./fuzzTestCase @@ -afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -M fuzzer01 ./fuzzTestCase @@ & -screen -S fuzz1 -d -m touch afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer02 ./fuzzTestCase @@ & -screen -S fuzz2 -d -m touch afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer03 ./fuzzTestCase @@ & -screen -S fuzz3 -d -m touch afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer04 ./fuzzTestCase @@ & -screen -S fuzz4 -d -m touch afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer05 ./fuzzTestCase @@ & -screen -S fuzz5 -d -m touch afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer06 ./fuzzTestCase @@ - - - -# as root - -# echo core >/proc/sys/kernel/core_pattern - -# echo performance | tee cpu*/cpufreq/scaling_governor - -# echo ondemand | tee cpu*/cpufreq/scaling_governor -- cgit v1.2.3-70-g09d2