Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-29 | afl fuzz enable getpgid on other platforms. | David CARLIER | |
2022-01-26 | 4.00c readiness | vanhauser-thc | |
2022-01-25 | code-format | vanhauser-thc | |
2022-01-25 | close autodict file even if fstat fails (Nyx mode) | Sergej Schumilo | |
2022-01-25 | add AFL autodict capability to Nyx mode | Sergej Schumilo | |
2022-01-25 | ensure all fuzz targets are killed on exit | vanhauser-thc | |
2022-01-24 | try fix | vanhauser-thc | |
2022-01-23 | code format | vanhauser-thc | |
2022-01-21 | Merge branch 'dev' into docs_quality_assurance_3 | van Hauser | |
2022-01-21 | fix | vanhauser-thc | |
2022-01-21 | use MAX_FILE as maximum size in Nyx mode | Sergej Schumilo | |
2022-01-21 | add LTO support in nyx_mode | Sergej Schumilo | |
2022-01-20 | Fix typo | llzmb | |
2022-01-19 | nits and code format | vanhauser-thc | |
2022-01-19 | Revert "fix classify counts" | vanhauser-thc | |
This reverts commit 4217a6606c92f6a88ab577ae8f91823dd731562d. | |||
2022-01-17 | fix nyx -M | vanhauser-thc | |
2022-01-15 | fix classify counts | vanhauser-thc | |
2022-01-14 | nits | vanhauser-thc | |
2022-01-13 | fix skipping unfavored fuzzed entries | vanhauser-thc | |
2022-01-03 | fix wrong replacements | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-31 | Merge pull request #1238 from AFLplusplus/more_havoc | van Hauser | |
more havoc | |||
2021-12-30 | Merge pull request #1237 from MegaManSec/dev | van Hauser | |
Fix LeakSanitizer Usage. | |||
2021-12-30 | fix map size for nyx | vanhauser-thc | |
2021-12-30 | Fix type. | Joshua Rogers | |
2021-12-30 | Fix LeakSanitizer Usage. | Joshua Rogers | |
Previously, __lsan_do_leak_check() was run when using __AFL_LEAK_CHECK, however this was the incorrect function to use. According to the documentation: "Subsequent calls to this function will have no effect and end-of-process leak check will not run". This meant that if the memory did not leak on the first usage of __AFL_LEAK_CHECK, subsquent calls to this macro would never do anything. Likewise, it is not possible to use an LSAN suppression list with symbolize=0, so instead __lsan_disable and __lsan_enable are used to 'ignore' certain memory allocations where needed. | |||
2021-12-29 | afl-cc lto fix | vanhauser-thc | |
2021-12-29 | add power schedule info | vanhauser-thc | |
2021-12-28 | fix nyx lib loading | vanhauser-thc | |
2021-12-28 | nyx code format | vanhauser-thc | |
2021-12-28 | nyx nits | vanhauser-thc | |
2021-12-28 | add Nyx mode | Sergej Schumilo | |
2021-12-27 | more havoc | vanhauser-thc | |
2021-12-27 | fix imports to build on Mac (#1231) | jhertz | |
Co-authored-by: Jesse Hertz <> | |||
2021-12-27 | fix cpu selection | vanhauser-thc | |
2021-12-25 | nits | vanhauser-thc | |
2021-12-16 | more -z defs filtering | vanhauser-thc | |
2021-12-15 | cleanup of TIMES macro | vanhauser-thc | |
2021-12-15 | afl-cc -v without errors | vanhauser-thc | |
2021-12-13 | fix | vanhauser-thc | |
2021-12-13 | fix qemu/unicorn oob | vanhauser-thc | |
2021-12-12 | code format | yuawn | |
2021-12-12 | fix fuzzer_stats parameter order | yuawn | |
2021-12-11 | afl-cc: fix incorrect CLANGPP_BIN | Rick van Schijndel | |
This caused CMake to complain that the C compiler was set to C++ mode, causing the CMake configuration step to fail for all targets. aflplusplus was built with make source-only -j8 LLVM_BINDIR= AFL_REAL_LD= | |||
2021-12-11 | rename active_paths | yuawn | |
2021-12-09 | more rename | vanhauser-thc | |
2021-12-09 | rename path | vanhauser-thc | |
2021-12-08 | fix AFL_REAL_LD for afl-cc | vanhauser-thc | |
2021-12-02 | fixes | vanhauser-thc | |
2021-12-01 | remove quickly | vanhauser-thc | |