Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-30 | frida tool fix | vanhauser-thc | |
2021-07-27 | fix check again clang asan lib to work on mac and linux by removing a character | Jesse Hertz | |
2021-07-25 | Merge pull request #1042 from yuawn/fix_afl-cc | van Hauser | |
Remove redundant if statement in afl-cc | |||
2021-07-25 | remove unused code | yuawn | |
2021-07-23 | remove redundant if statement | yuawn | |
2021-07-23 | handle single seed with perf_score 0 | vanhauser-thc | |
2021-07-21 | remove unneeded assignment | yuawn | |
2021-07-20 | Merge pull request #1034 from AFLplusplus/grammatron | van Hauser | |
Grammatron | |||
2021-07-19 | Revert "Merge branch 'release' into stable" | vanhauser-thc | |
This reverts commit 815161827689c339d335233b7b232ac9b120b79b, reversing changes made to 9321a24e682b5c8bf6278961bd014cb883b87295. | |||
2021-07-19 | fix merge conflicts | vanhauser-thc | |
2021-07-16 | make afl-showmap more silent | vanhauser-thc | |
2021-07-15 | fix aflfast | vanhauser-thc | |
2021-07-15 | fix custom trimming | vanhauser-thc | |
2021-07-15 | fix "fix" | vanhauser-thc | |
2021-07-15 | fixed potential UAF with custom mutator havoc on realloc | Michael Rodler | |
2021-07-14 | fix for -fsanitize=fuzzer on MacOS | vanhauser-thc | |
2021-07-14 | fix havoc comments (#1020) | yuan | |
2021-07-13 | Support AFL_NO_FORKSRV env-var in afl-tmin, afl-showmap, and afl-cmin (#1017) | jhertz | |
* Support AFL_NO_FORKSRV env-var * format * showmap support * showmap support * help messages now show envar support * formatting * formatting Co-authored-by: Jesse Hertz <jesse_hertz@apple.com> | |||
2021-07-11 | update custom trim | vanhauser-thc | |
2021-07-10 | remove redundant check (#1014) | yuan | |
2021-07-09 | more fixes | vanhauser-thc | |
2021-07-09 | fixes | vanhauser-thc | |
2021-07-08 | help output nits | vanhauser-thc | |
2021-07-08 | remove unneeded cmdline option | vanhauser-thc | |
2021-07-05 | more partial linking | vanhauser-thc | |
2021-06-29 | fix linefeed | vanhauser-thc | |
2021-06-28 | Inline cmplog (#996) | van Hauser | |
* inline cmplog check * better switch support * add cmplog-switches-pass.cc | |||
2021-06-27 | Select (#995) | van Hauser | |
* favor unfuzzed * fix * reinit table after a new fuzz | |||
2021-06-24 | frida fix | vanhauser-thc | |
2021-06-23 | fix afl-showmap | hexcoder- | |
2021-06-23 | non-unix compat | vanhauser-thc | |
2021-06-23 | force disable llvm instrumentation for frida | vanhauser-thc | |
2021-06-22 | cmplog fix for qemu and frida | vanhauser-thc | |
2021-06-22 | reverse read the queue n resumes | vanhauser-thc | |
2021-06-21 | typo | vanhauser-thc | |
2021-06-16 | correct map size for small targets | vanhauser-thc | |
2021-06-16 | make afl-cmin actually work with subdirectories | vanhauser-thc | |
2021-06-16 | afl-cmin/afl-cmin.bash/afl-showmap -i descend into subdirectories | vanhauser-thc | |
2021-06-14 | code format | vanhauser-thc | |
2021-06-14 | Add debug output to alert user to calibration progress/issues (#969) | Dustin Spicuzza | |
2021-06-14 | little inline | vanhauser-thc | |
2021-06-11 | fix cmplog screen update crash | vanhauser-thc | |
2021-06-10 | fix AFL_CAL_FAST | vanhauser-thc | |
2021-06-07 | Forkserver 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-07 | write target errors to out_dir/error.txt | vanhauser-thc | |
2021-06-07 | remove -D from -M | vanhauser-thc | |
2021-06-05 | restored timeout handling (with SIGALRM for now) | hexcoder- | |
2021-06-04 | fix overflowing UI fields 'now processing' | hexcoder- | |
2021-06-04 | fix ui fuzzing stage index (#960) | yuan | |
2021-06-03 | partial linking with -Wl | Andrea Fioraldi | |