Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-03 | Implement AFLRun | Huanyao Rong | |
References: https://github.com/Mem2019/AFLRun/commit/f5bb87f78ef1 References: https://github.com/Mem2019/AFLRun/commit/3af5f11b5644 | |||
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-07-19 | post_process 0/NULL return support | vanhauser-thc | |
2022-06-17 | formatting | Ruben ten Hove | |
2022-06-17 | feat: allow to skip readme creation on crash | Ruben ten Hove | |
2022-05-09 | support post_process's own return buffer | vanhauser-thc | |
2022-04-08 | add AFL_KEEP_TIMEOUTS | vanhauser-thc | |
2022-04-08 | correct counting for tmouts | vanhauser-thc | |
2022-04-07 | save timeouts | vanhauser-thc | |
2022-04-05 | [wantfix] make error @SIMPLE_FILES | むぎ茶 | |
Hi there! I tried to compile with SIMPLE_FILES, but got an error message. Please have a look through it. Sincerely. ``` src/afl-fuzz-bitmap.c: In function ‘save_if_interesting’: src/afl-fuzz-bitmap.c:706:39: error: ‘afl_state_t’ {aka ‘struct afl_state’} has no member named ‘last_kill_signal’ 706 | afl->saved_crashes, afl->last_kill_signal); | ^~ make: *** [GNUmakefile:437: afl-fuzz] Error 1 ``` | |||
2022-03-30 | avoid compiler warning (format-truncation), needed for make DEBUG=1 all | hexcoder- | |
2022-03-07 | nits | vanhauser-thc | |
2022-03-04 | code format | vanhauser-thc | |
2022-03-04 | fix compile error on non linux targets | Sergej Schumilo | |
2022-03-04 | write nyx crash logs to AFL++ work directory | Sergej Schumilo | |
2022-02-05 | add afl-fuzz -y fuzz length support | vanhauser-thc | |
2022-01-19 | Revert "fix classify counts" | vanhauser-thc | |
This reverts commit 4217a6606c92f6a88ab577ae8f91823dd731562d. | |||
2022-01-15 | fix classify counts | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-15 | cleanup of TIMES macro | vanhauser-thc | |
2021-12-09 | rename path | vanhauser-thc | |
2021-12-02 | fixes | vanhauser-thc | |
2021-11-16 | showmap -A -> -H, accurate help output | vanhauser-thc | |
2021-11-06 | http->https | vanhauser-thc | |
2021-10-19 | execs field in filenames | Andrea Fioraldi | |
2021-08-31 | fix regression in class lookup | vanhauser-thc | |
2021-07-21 | remove unneeded assignment | yuawn | |
2021-07-15 | fix aflfast | vanhauser-thc | |
2021-05-08 | fix | vanhauser-thc | |
2021-03-23 | make setting different file permissions easy via config.h | vanhauser-thc | |
2021-02-07 | larger map, stats reload fix, code format | vanhauser-thc | |
2021-01-21 | code format and not setting sanitizers if debug and settings present | van Hauser | |
2021-01-19 | cleanup and rename _DISCARD->_SKIP | van Hauser | |
2021-01-04 | code format | van Hauser | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |
2020-12-23 | warn on _AFL and __AFL env vars | van Hauser | |
2020-12-22 | workaround for Solaris: NAME_MAX is not defined | hexcoder- | |
2020-12-22 | portability: avoid void * arithmetic (UB), avoid GNU extension for array ↵ | hexcoder- | |
initializations | |||
2020-12-17 | skim import | van Hauser | |
2020-12-08 | fix asserts | van Hauser | |
2020-12-04 | fixed bugs in custom_describe, reported by wizche | Dominik Maier | |
2020-12-04 | afl_custom_describe api added | Dominik Maier | |
2020-11-17 | Merge pull request #601 from Rumata888/fixing_symcc | van Hauser | |
Fixing symcc custom mutator | |||
2020-11-12 | Fixed symcc custom mutator | Rumata888 | |
2020-11-10 | small fix to actually document custom mutator introspection | van Hauser | |
2020-11-10 | support custom mutator introspection | van Hauser | |
2020-11-01 | added mutation introspection make target | van Hauser | |
2020-10-16 | directly add new queue to cache | van Hauser | |
2020-09-29 | small improvements to Marcel's patch, fix laf-intel + redqueen crashes | van Hauser | |
2020-09-29 | Patching and improving AFLFast schedules. | Marcel Boehme | |