| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-16 | showmap -A -> -H, accurate help output | vanhauser-thc | |
| 2021-11-11 | Add initial CoreSight mode support | Akira Moroo | |
| The original code is: https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr Signed-off-by: Akira Moroo <retrage01@gmail.com> | |||
| 2021-11-07 | Merge pull request #1141 from AFLplusplus/afl4 | van Hauser | |
| cmplog enhancement variant | |||
| 2021-11-06 | http->https | vanhauser-thc | |
| 2021-10-17 | fix | vanhauser-thc | |
| 2021-09-15 | fix links | vanhauser-thc | |
| 2021-08-18 | switch back to -j4 for building llvm | vanhauser-thc | |
| 2021-08-17 | uninstall makefile target | vanhauser-thc | |
| 2021-08-07 | Merge pull request #1053 from DMaroo/gtk-dev | van Hauser | |
| Added a minimal working/functional GTK UI for analyzing fuzzing stats | |||
| 2021-08-06 | Commented out all the builds of afl-plot-ui | DMaroo | |
| Also add the "-" qualifier to denote a possibly unsuccessful build | |||
| 2021-08-06 | Added build and install instructions for afl-plot-ui | DMaroo | |
| I am implicitly assuming that the user already has GK and pkg-config installed, as requested in the build instructions in the main README | |||
| 2021-07-30 | makefile fixes | vanhauser-thc | |
| 2021-07-23 | afl-persistent-config Linux support + documentation | vanhauser-thc | |
| 2021-07-22 | MacOS nits | vanhauser-thc | |
| 2021-07-14 | always build aflpp driver | vanhauser-thc | |
| 2021-07-02 | make clean on qemu_mode should not fail | hexcoder- | |
| 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-05 | On non-Linux systems make clean may fail for frida_mode | hexcoder | |
| 2021-06-01 | add missing clean action for frida_mode | hexcoder- | |
| 2021-05-21 | fix llvm-dict2file | vanhauser-thc | |
| 2021-04-16 | code format for frida mode | vanhauser-thc | |
| 2021-04-16 | fixes | vanhauser-thc | |
| 2021-04-16 | fix nits | vanhauser-thc | |
| 2021-04-06 | better MacOs msg | vanhauser-thc | |
| 2021-04-05 | Merge pull request #857 from Begasus/haiku | van Hauser | |
| Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP | |||
| 2021-04-04 | Add -lnetwork to dependencies for Haiku | begasus | |
| 2021-04-04 | cleanup | vanhauser-thc | |
| 2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
| Add support for standalone leak-sanitizer | |||
| 2021-04-02 | Add support for standalone leak-sanitizer, introducting the environment | Joshua Rogers | |
| variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits. | |||
| 2021-03-25 | integrate frida_mode, code-format | vanhauser-thc | |
| 2021-03-20 | close fds when executing one by one. (#835) | Josh Bundt (tr0gd0r) | |
| * closes fd when executing one by one. * clean aflpp_driver | |||
| 2021-03-17 | deepclean no longer removes submodules | Dominik Maier | |
| 2021-03-10 | fix man path | vanhauser-thc | |
| 2021-03-04 | NO_ARCH_OPT was removed due many issues | vanhauser-thc | |
| 2021-02-14 | fixes | vanhauser-thc | |
| 2021-02-14 | Merge branch 'stable' into dev | van Hauser | |
| 2021-02-14 | disabling march=native due problems on intel platforms | vanhauser-thc | |
| 2021-02-09 | build docker without march=native | vanhauser-thc | |
| 2021-02-07 | remove AFL_CC from unset list to allow success for unusual environments | vanhauser-thc | |
| 2021-01-31 | update qemu and main makefile for qasan | Andrea Fioraldi | |
| 2021-01-17 | fix colorization | van Hauser | |
| 2020-12-30 | fix 32-bit mode, fix weighting | van Hauser | |
| 2020-12-28 | allow tests when utils/aflpp_driver fails to build (platform support) | hexcoder- | |
| 2020-12-25 | fix LTO | van Hauser | |
| 2020-12-23 | faster llvm compile, update README | van Hauser | |
| 2020-12-21 | temporary fix for unusual builds where CC is set | van Hauser | |
| 2020-12-21 | Merge branch 'dev' into skim_romu | van Hauser | |
| 2020-12-20 | Test Python and Shared Memory in binary-only mode | R. Elliott Childre | |
| 2020-12-20 | Remove binary-only target's depend on source tools | R. Elliott Childre | |
| The `binary-only` target currently depends on the `all` target which always build the source tools, such as afl-cc and afl-as. This is unnecessary if the user specifically is asking for only binary fuzzing tools. | |||
| 2020-12-20 | fix for non-default gcc installations | van Hauser | |
