4 lines
182 B
Bash
Executable File
4 lines
182 B
Bash
Executable File
afl-clang-fast tests/fuzzer.c src/xjson.c -o fuzzer -Isrc/
|
|
export AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
|
|
export AFL_SKIP_CPUFREQ=1
|
|
afl-fuzz -i samples/ -o out -m none -d -- ./fuzzer |