From 55191413186381051a1d83b2d41b65dd5d57dfa1 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 25 Jul 2019 22:33:34 +0200 Subject: Fuzzer script --- tests/fuzzer/run_test.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/fuzzer/run_test.sh b/tests/fuzzer/run_test.sh index 16579fd..00654ab 100755 --- a/tests/fuzzer/run_test.sh +++ b/tests/fuzzer/run_test.sh @@ -3,12 +3,18 @@ rm -rf build mkdir build cd build -CC=afl-gcc CXX=afl-g++ cmake ../ && make +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 ../findings_dir ./fuzzTestCase @@ +afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -M fuzzer01 ./fuzzTestCase @@ +afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer02 ./fuzzTestCase @@ +afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer03 ./fuzzTestCase @@ +afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer04 ./fuzzTestCase @@ +afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer05 ./fuzzTestCase @@ +afl-fuzz -m 2G -i ../testcase_dir -o ../sync_dir -S fuzzer06 ./fuzzTestCase @@ -- cgit v1.2.3-70-g09d2