changed the fuzzing script to use the makefile
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
./build.sh --fuzzing
|
make CC=afl-clang-fast
|
||||||
export AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
|
export AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
|
||||||
export AFL_SKIP_CPUFREQ=1
|
export AFL_SKIP_CPUFREQ=1
|
||||||
afl-fuzz -i examples/ -o out -m none -d -- ./build/noja run @@
|
afl-fuzz -i examples/ -o out -m none -d -- ./build/noja run @@
|
||||||
Reference in New Issue
Block a user