Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-08 | reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRV | 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 | test support for forced persistent mode | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-28 | nyx code format | vanhauser-thc | |
2021-12-28 | add Nyx mode | Sergej Schumilo | |
2021-12-27 | fix cpu selection | vanhauser-thc | |
2021-12-11 | rename active_paths | yuawn | |
2021-12-09 | rename path | vanhauser-thc | |
2021-12-01 | remove quickly | 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-06 | http->https | vanhauser-thc | |
2021-10-23 | fix timeout bug in afl tools | vanhauser-thc | |
2021-10-19 | Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev | Andrea Fioraldi | |
2021-10-19 | execs field in filenames | Andrea Fioraldi | |
2021-10-18 | better ui banner | vanhauser-thc | |
2021-08-10 | remove outdated references | vanhauser-thc | |
2021-07-09 | more fixes | vanhauser-thc | |
2021-06-23 | non-unix compat | vanhauser-thc | |
2021-06-22 | reverse read the queue n resumes | vanhauser-thc | |
2021-06-02 | fix -F with slash option | vanhauser-thc | |
2021-05-25 | add AFL_TRY_AFFINITY | vanhauser-thc | |
2021-05-25 | AFL_SKIP_CRASHES is obsolete since 3.0 | vanhauser-thc | |
2021-05-21 | improve error msg | vanhauser-thc | |
2021-05-17 | fix seed crash disable | vanhauser-thc | |
2021-05-15 | added bounds check to pivot_inputs (fixes #921) | Dominik Maier | |
2021-05-10 | afl-plot: relative time | vanhauser-thc | |
2021-04-28 | Frida persistent (#880) | WorksButNotTested | |
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog * Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC * Various minor fixes and finished support for AFL_INST_LIBS * Review changes Co-authored-by: Your Name <you@example.com> | |||
2021-04-13 | add AFL_EXIT_ON_SEED_ISSUES | vanhauser-thc | |
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-03 | Fix typos, | Joshua Rogers | |
Use symbolize=0 for LSAN, Remove syntactic sugar. | |||
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-24 | Add support for FRIDA mode | Your Name | |
2021-03-24 | better forkserver error help and code format | vanhauser-thc | |
2021-03-23 | make setting different file permissions easy via config.h | vanhauser-thc | |
2021-03-21 | format | vanhauser-thc | |
2021-03-19 | update plot_data timestamps to be relative | richinseattle@gmail.com | |
2021-03-18 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | richinseattle@gmail.com | |
2021-03-18 | preserve plot_data for in-place resume | richinseattle@gmail.com | |
2021-03-15 | Add AFL_QEMU_CUSTOM_BIN environment flag | realmadsci | |
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip prepending afl-qemu-trace to your command line. Use this if you wish to use a custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments. | |||
2021-03-10 | fixed scan-build warnings | Dominik Maier | |
2021-03-09 | fix sanitizer settings | vanhauser-thc | |
2021-02-25 | changing the -t ...+ meaning to "auto-calculate buth this is the max" | vanhauser-thc | |
2021-02-25 | edges in afl-plot | Andrea Fioraldi | |
2021-02-24 | edges in plot file | Andrea Fioraldi | |
2021-02-22 | crash fix | vanhauser-thc | |
2021-02-07 | fix scan-build issues | vanhauser-thc | |
2021-02-01 | making AFL_MAP_SIZE obsolete | van Hauser | |