From 06783b7f65caf82b5d4df0ff88ed6b5429bc56f7 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Fri, 25 Mar 2016 07:04:39 -0600 Subject: [PATCH] Add fuzzy testing notes --- contrib/codeanalysis/fuzzy_tests/notes.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 contrib/codeanalysis/fuzzy_tests/notes.txt diff --git a/contrib/codeanalysis/fuzzy_tests/notes.txt b/contrib/codeanalysis/fuzzy_tests/notes.txt new file mode 100644 index 0000000..db721c5 --- /dev/null +++ b/contrib/codeanalysis/fuzzy_tests/notes.txt @@ -0,0 +1,17 @@ +Command line used to find this crash: + +../../Downloads/afl-1.80b/afl-fuzz -i- -o findings -x chaiscript.dict -- ../a.out unit_test.inc @@ + +If you can't reproduce a bug outside of afl-fuzz, be sure to set the same +memory limit. The limit used for this fuzzing session was 50.0 MB. + +Need a tool to minimize test cases before investigating the crashes or sending +them to a vendor? Check out the afl-tmin that comes with the fuzzer! + +Found any cool bugs in open-source tools using afl-fuzz? If yes, please drop +me a mail at once the issues are fixed - I'd love to +add your finds to the gallery at: + + http://lcamtuf.coredump.cx/afl/ + +Thanks :-)