about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2021-07-11update custom trimvanhauser-thc
2021-07-10remove redundant check (#1014)yuan
2021-07-08help output nitsvanhauser-thc
2021-07-08remove unneeded cmdline optionvanhauser-thc
2021-07-05more partial linkingvanhauser-thc
2021-06-29fix linefeedvanhauser-thc
2021-06-28Inline cmplog (#996)van Hauser
* inline cmplog check * better switch support * add cmplog-switches-pass.cc
2021-06-27Select (#995)van Hauser
* favor unfuzzed * fix * reinit table after a new fuzz
2021-06-24frida fixvanhauser-thc
2021-06-23fix afl-showmaphexcoder-
2021-06-23non-unix compatvanhauser-thc
2021-06-23force disable llvm instrumentation for fridavanhauser-thc
2021-06-22cmplog fix for qemu and fridavanhauser-thc
2021-06-22reverse read the queue n resumesvanhauser-thc
2021-06-21typovanhauser-thc
2021-06-16correct map size for small targetsvanhauser-thc
2021-06-16make afl-cmin actually work with subdirectoriesvanhauser-thc
2021-06-16afl-cmin/afl-cmin.bash/afl-showmap -i descend into subdirectoriesvanhauser-thc
2021-06-14code formatvanhauser-thc
2021-06-14Add debug output to alert user to calibration progress/issues (#969)Dustin Spicuzza
2021-06-14little inlinevanhauser-thc
2021-06-11fix cmplog screen update crashvanhauser-thc
2021-06-10fix AFL_CAL_FASTvanhauser-thc
2021-06-07Forkserver for afl-analyze (#963)Dominik Maier
* afl-analyze forkserver * added missing vars to forkserver * synchronized a bit more with afl-tmin * more debugging, runs now, but need to suppress target output * fix dev/null setting * afl-analyze info: Co-authored-by: hexcoder- <heiko@hexco.de>
2021-06-07write target errors to out_dir/error.txtvanhauser-thc
2021-06-07remove -D from -Mvanhauser-thc
2021-06-05restored timeout handling (with SIGALRM for now)hexcoder-
2021-06-04fix overflowing UI fields 'now processing'hexcoder-
2021-06-04fix ui fuzzing stage index (#960)yuan
2021-06-03partial linking with -WlAndrea Fioraldi
2021-06-03detect partial linking in afl-ccAndrea Fioraldi
2021-06-02fix -F with slash optionvanhauser-thc
2021-06-01ensure memory is there before freevanhauser-thc
2021-06-01remove redundant unsetenv (#947)terrynini
2021-06-01fixesvanhauser-thc
2021-06-01fixed potential diff by 0Dominik Maier
2021-06-01fix afl_custom_post_process with multiple custom mutatorsvanhauser-thc
2021-06-01threadsafe doc fixes, code formatvanhauser-thc
2021-05-31Merge branch 'dev' into going_atomichexcoder
2021-05-30add documentation for AFL_LLVM_THREADSAFE_INSThexcoder-
2021-05-30fix for afl-showmapvanhauser-thc
2021-05-28add --afl-noopt to afl-ccvanhauser-thc
2021-05-26fix tmpfile removalvanhauser-thc
2021-05-26fix for MacOSvanhauser-thc
2021-05-25tweaksvanhauser-thc
2021-05-25add AFL_TRY_AFFINITYvanhauser-thc
2021-05-25AFL_SKIP_CRASHES is obsolete since 3.0vanhauser-thc
2021-05-25less executions on variable pathsvanhauser-thc
2021-05-23fix afl-cc help outputvanhauser-thc
2021-05-23Set kill signal before using it in afl-showmap (#935)buherator