enhanced build script, added script that starts fuzz testing using afl and one to test coverage

This commit is contained in:
Francesco Cozzuto
2022-04-15 18:54:39 +02:00
parent ab3848c8cc
commit e60dfbd92a
4 changed files with 66 additions and 42 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
./build.sh --fuzzing
export AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
export AFL_SKIP_CPUFREQ=1
afl-fuzz -i examples/ -o out -m none -d -- ./build/noja run @@