reorganized files and added usage paragraph to readme

This commit is contained in:
cozis
2022-04-25 14:29:30 +02:00
parent 577af0d33b
commit c380c2fcce
8 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
afl-clang-fast fuzzer.c xjson.c -o fuzzer
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