Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-29 | update docs | vanhauser-thc | |
2023-08-24 | add missing envs | vanhauser-thc | |
2023-08-23 | AFL_IGNORE_SEED_PROBLEMS | vanhauser-thc | |
2023-08-17 | add env var to help output | vanhauser-thc | |
2023-08-13 | nits | vanhauser-thc | |
2023-08-11 | add AFL_FINAL_SYNC | marc | |
2023-08-09 | code format | marc | |
2023-08-09 | Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crash | van Hauser | |
Implement an option for treating crashing seeds as new crash | |||
2023-08-09 | -c - support | marc | |
2023-08-04 | Add AFL_NYX_LOG to redirect NYX hprintf messages to a file. | Jesse Schwartzentruber | |
2023-08-04 | update the old nyx env var naming scheme | Sergej Schumilo | |
(to have a more consistent naming overall) | |||
2023-08-04 | Define AFL_CRASHING_SEEDS_AS_NEW_CRASH as env variable | Junwha | |
- and fix typo Signed-off-by: Junwha <qbit@unist.ac.kr> | |||
2023-08-04 | nits | vanhauser-thc | |
2023-08-03 | make nyx aux buffer size configurable | Sergej Schumilo | |
2023-08-02 | Add option for treating crashing input as new crash | Junwha | |
Signed-off-by: Junwha Hong <qbit@unist.ac.kr> | |||
2023-07-28 | doc fix | vanhauser-thc | |
2023-07-21 | improve cmplog level 3 | vanhauser-thc | |
2023-07-18 | take care of uninstrumented mode for fuzz state and mode | vanhauser-thc | |
2023-07-05 | update llvm recommendations | vanhauser-thc | |
2023-07-04 | nits | vanhauser-thc | |
2023-06-29 | update mutation strategy | vanhauser-thc | |
2023-06-22 | remove dead code, code format | vanhauser-thc | |
2023-06-21 | nits | vanhauser-thc | |
2023-06-20 | fix timeout for sessions restart and + usage | vanhauser-thc | |
2023-06-06 | Merge pull request #1759 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-05-23 | fix custom mutator only check | vanhauser-thc | |
2023-05-21 | fix | vanhauser-thc | |
2023-05-21 | make AFL_CUSTOM_INFO overridable | vanhauser-thc | |
2023-05-18 | act on invalid AFL_CUSTOM_MUTATOR_ONLY usage | vanhauser-thc | |
2023-05-10 | better tritondse support | vanhauser-thc | |
2023-05-09 | fix makefile | vanhauser-thc | |
2023-05-04 | afl-fuzz.c: Document -i - in --help (#1725) | Moshe Kaplan | |
afl-fuzz.c: Document `-i -` in `--help`, to write that `-i` can be passed '-' to resume the prior fuzzing job. Also reference AFL_AUTORESUME so users know they can set that parameter to sidestep the issue entirely. | |||
2023-05-01 | fix reallocs | vanhauser-thc | |
2023-04-27 | afl++ -> AFL++ | vanhauser-thc | |
2023-04-25 | fix | vanhauser-thc | |
2023-04-25 | rename env to AFL_IGNORE_PROBLEMS_COVERAGE | vanhauser-thc | |
2023-04-22 | Merge pull request #1711 from atnwalk/atnwalk | van Hauser | |
AFL_POST_PROCESS_KEEP_ORIGINAL env variable for intermediate file formats and ATNwalk custom mutator | |||
2023-04-22 | typo | vanhauser-thc | |
2023-04-21 | Merge remote-tracking branch 'origin/dev' into atnwalk | Maik Betka | |
# Conflicts: # include/afl-fuzz.h # src/afl-fuzz-run.c | |||
2023-04-17 | fixed code clones in atnwalk.c, introduced new environment variable ↵ | Maik Betka | |
AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz | |||
2023-04-16 | Merge pull request #1702 from schumilo/dev | van Hauser | |
add Nyx support in afl-showmap, afl-tmin, afl-cmin and afl-analyze | |||
2023-04-16 | improved Nyx tmp dir handling (additional sanity checks) | Sergej Schumilo | |
2023-04-14 | add Nyx support in various tools (like afl-cmin) | Sergej Schumilo | |
2023-04-13 | remove -z option, use -p mmopt instead | vanhauser-thc | |
2023-04-09 | remove pointer to removed doc | vanhauser-thc | |
2023-04-05 | nit | vanhauser-thc | |
2023-04-05 | fix | vanhauser-thc | |
2023-04-05 | add -z switch | vanhauser-thc | |
2023-04-05 | implement switch mode | vanhauser-thc | |
2023-04-04 | mode switch | vanhauser-thc | |