Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | cmplog finetuning | vanhauser-thc | |
2021-03-09 | fix ctx-1 | vanhauser-thc | |
2021-03-09 | add AFL_NOOPT | vanhauser-thc | |
2021-03-06 | fixes | vanhauser-thc | |
2021-03-06 | complete implemenation, still no test | vanhauser-thc | |
2021-03-06 | implementation without testing | vanhauser-thc | |
2021-03-04 | fix kctx compilation hang | Andrea Fioraldi | |
2021-03-02 | cpu-exec: Add AFL_QEMU_EXCLUDE_RANGES | realmadsci | |
This environment variable allows rejection of specific regions from instrumentation. It takes priority over AFL_INST_LIBS and AFL_QEMU_INST_RANGES, so it can be used to poke a "hole" in previously included sections. | |||
2021-03-02 | add de-unicoded dictionary entries | vanhauser-thc | |
2021-03-01 | 3.11a init | vanhauser-thc | |
2021-03-01 | 3.10c release | vanhauser-thc | |
2021-02-26 | fine tune cmplog | vanhauser-thc | |
2021-02-25 | cmplog finetuning | vanhauser-thc | |
2021-02-24 | Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev | Andrea Fioraldi | |
2021-02-24 | edges in plot file | Andrea Fioraldi | |
2021-02-24 | fixes | vanhauser-thc | |
2021-02-24 | typo | vanhauser-thc | |
2021-02-24 | redqueen settings opt | vanhauser-thc | |
2021-02-22 | code format | vanhauser-thc | |
2021-02-22 | minimum sync time | vanhauser-thc | |
2021-02-21 | cmplog config.h -> -l option | vanhauser-thc | |
2021-02-19 | suggested env vars for lazy ppl | Andrea Fioraldi | |
2021-02-17 | minor fixes | vanhauser-thc | |
2021-02-15 | Revert "llvm bug workaround for lto extint" | Michael Rodler | |
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33. | |||
2021-02-15 | llvm bug workaround for lto extint | vanhauser-thc | |
2021-02-13 | added AFL_IGNORE_UNKNOWN_ENVS | vanhauser-thc | |
2021-02-11 | typo | hexcoder | |
2021-02-09 | more cmplog options in config.h | vanhauser-thc | |
2021-02-07 | persistent replay env setup | vanhauser-thc | |
2021-02-07 | Merge pull request #728 from vj-27/dev | van Hauser | |
load existing stats file when in AFL_AUTORESUME or -i - mode. | |||
2021-02-07 | prev_run_time loaded used only for ui and when writing the stats file | vj-27 | |
2021-02-06 | set prev_run_time inside afl state | vj-27 | |
2021-02-05 | load run time and donot load pending_* or *_favoured | vj-27 | |
2021-02-05 | try if this helps on fuzzbench | vanhauser-thc | |
2021-02-05 | load existing stats file when in AFL_AUTORESUME or -i - | vj-27 | |
2021-02-01 | mv cmplog options to config.h | van Hauser | |
2021-02-01 | import cmplog opts | van Hauser | |
2021-02-01 | making AFL_MAP_SIZE obsolete | van Hauser | |
2021-01-31 | code-format | van Hauser | |
2021-01-31 | fix -Z, remove q->next | aflpp | |
2021-01-30 | added AFL_CMPLOG_ONLY_NEW feature | van Hauser | |
2021-01-30 | foreign sync from ctime to mtime (libfuzzer) | van Hauser | |
2021-01-29 | qasan support in aflpp | Andrea Fioraldi | |
2021-01-29 | AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-27 | fix include | van Hauser | |
2021-01-27 | update envs | van Hauser | |
2021-01-26 | real fix plus code format | van Hauser | |
2021-01-21 | forkserver debug flag support | van Hauser | |
2021-01-21 | Merge pull request #689 from AFLplusplus/cmplog_merge | van Hauser | |
cmplog merge |