about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2020-02-28code-formatvan Hauser
2020-02-27Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-02-27bye bye SanCov for CmpLogAndrea Fioraldi
2020-02-27Fix hanging fork and child with -V -EKonrad Welc
If we let multiple fuzzers end with -V or -E option, it will cause it to think we are still occupying the cores, even if they are free, once we try to run another job it would return an error that no free nodes are available. This change fixes that problem.
2020-02-26catch if shmat failsvan Hauser
2020-02-25beautifying man pageshexcoder-
2020-02-25man page tuninghexcoder-
2020-02-25more env info for afl-plot and afl-analyzehexcoder-
2020-02-25fix references to README docshexcoder-
2020-02-24add env info to afl-tminhexcoder-
2020-02-24important InsTrim fixes!van Hauser
2020-02-23fix stupid gcc compiler warnings on arm32 (specified size 4294967284 exceeds ↵hexcoder-
maximum object size 2147483647)
2020-02-22fix travis weirdness - hopefullyvan Hauser
2020-02-21improve redqueen not looking in orig bufAndrea Fioraldi
2020-02-21fix oob flip_bit in mopt codeAndrea Fioraldi
2020-02-21block the usage of mopt with optionals mutators (redqueen/radamsa/etc...)Andrea Fioraldi
2020-02-21libradamsa-test fixvan Hauser
2020-02-19fix forkserver output (support AFL_QUIET)hexcoder-
2020-02-19Merge pull request #202 from vanhauser-thc/cmplog_routinesAndrea Fioraldi
Cmplog routines for LLVM mode
2020-02-19fixed -A in afl-showmapDominik Maier
2020-02-19forgot cleanupvan Hauser
2020-02-19fix travis and fix logicvan Hauser
2020-02-18moved AFL_TMPDIR check further down and better error messagevan Hauser
2020-02-18allow -i - resume with AFL_TMPDIRvan Hauser
2020-02-18fuzzer wotking with rtn cmplogAndrea Fioraldi
2020-02-18skeleton for rtn cmplogAndrea Fioraldi
2020-02-18better -h for cmplogAndrea Fioraldi
2020-02-18showmap: delete tmpfile on exitvan Hauser
2020-02-17rearrange environment info for afl-gcc and -hhexcoder-
2020-02-17fix issue #198 AFL_TMPDIR is ignored for file .cur_inputhexcoder-
2020-02-17add descriptions of env variables to afl-gcchexcoder-
2020-02-17little help on persistent mode crashesvan Hauser
2020-02-17code formatvan Hauser
2020-02-16add description of environment variables usedhexcoder-
2020-02-16add option -h and man page for afl-ashexcoder-
2020-02-16fixvan Hauser
2020-02-16check for mistyped env varsvan Hauser
2020-02-16code formatAndrea Fioraldi
2020-02-16fix UBSAN handling, update docshexcoder-
2020-02-15colorization stage mem leak fix proposal.David Carlier
2020-02-13fix issue #194 more seriouslyhexcoder-
2020-02-11dictionary insert stage count bugfixvan Hauser
2020-02-09fuzzer_stat eps is now overall not current, clang-format fixed to v8van Hauser
2020-02-08more portability for (solaris-based OpenIndiana)hexcoder-
2020-02-07code formatAndrea Fioraldi
2020-02-07Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-02-07afl qemu persistent hookAndrea Fioraldi
2020-02-07todo updatevan Hauser
2020-02-07fix empty range bug in colorizationAndrea Fioraldi
2020-02-07redqueen auto extrasAndrea Fioraldi