Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-22 | LLVM 14 fixes | Raphael Isemann | |
2022-02-21 | todo list | vanhauser-thc | |
2022-02-20 | Revert "remove new llvm pass manager :(" | vanhauser-thc | |
This reverts commit 55ed2a443c5c61baba37415d4087164454d8a2a8. | |||
2022-02-09 | Adapt to my MacOS | Dominik Maier | |
2022-02-08 | add AFL_EARLY_FORKSERVER support | vanhauser-thc | |
2022-02-08 | reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRV | vanhauser-thc | |
2022-02-08 | remove debug msg | vanhauser-thc | |
2022-02-08 | import mozilla afl-cc patch | vanhauser-thc | |
2022-02-06 | code format | yuawn | |
2022-02-06 | add GCC hot attribute to hot functions | yuawn | |
2022-02-06 | fix -G description | yuawn | |
2022-02-05 | fix accidental broken frida mode | vanhauser-thc | |
2022-02-05 | change -y to -g/-G and add env var alternatives | vanhauser-thc | |
2022-02-05 | add afl-fuzz -y fuzz length support | vanhauser-thc | |
2022-02-05 | force persistent and deferred also for tools | vanhauser-thc | |
2022-02-04 | typo | hexcoder | |
2022-02-04 | same for defered forkserver | vanhauser-thc | |
2022-02-04 | test support for forced persistent mode | vanhauser-thc | |
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 | |