Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-20 | add AFL_TARGET_ENV to afl-fuzz | fuzzah | |
2021-03-16 | Merge pull request #819 from realmadsci/qemu-consistent-preload | Andrea Fioraldi | |
Remove AFL_PRELOAD and AFL_USE_QASAN handlers | |||
2021-03-15 | Remove AFL_PRELOAD and AFL_USE_QASAN handlers | realmadsci | |
These are now processed in afl-qemu-trace so that the "copy+paste" code that is in all of the other AFL tools can be removed. This also allows the AFL_USE_QASAN flag to work the same when used with tools like afl-fuzz as it does with afl-qemu-trace. This is important in situations where loading the QASAN library changes the address of your desired entrypoint, or for crash validation using the same environment that afl-fuzz was using. With this change, the same set of environment variables can be used in exactly the same way between afl-fuzz, afl-showmap, and afl-qemu-trace, and you will get exactly the same guest environment. | |||
2021-03-15 | fixes | aflpp | |
2021-03-12 | make get_offsets executable | Dominik Maier | |
2021-03-11 | fix | aflpp | |
2021-03-11 | new auto map | aflpp | |
2021-03-11 | fix the auto map fix | vanhauser-thc | |
2021-03-10 | fix auto map discovery | vanhauser-thc | |
2021-03-10 | change map_size tests | vanhauser-thc | |
2021-03-10 | fixed scan-build warnings | Dominik Maier | |
2021-03-09 | setting general schedule priority for performance on Mac. | David CARLIER | |
2021-03-03 | add new tutorial | vanhauser-thc | |
2021-03-02 | add de-unicoded dictionary entries | vanhauser-thc | |
2021-02-25 | changing the -t ...+ meaning to "auto-calculate buth this is the max" | 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 | typos | hexcoder | |
2021-02-22 | minimum sync time | vanhauser-thc | |
2021-02-22 | ensure a valid seed exists | vanhauser-thc | |
2021-02-22 | another fix for disabled entries | vanhauser-thc | |
2021-02-21 | cmplog config.h -> -l option | vanhauser-thc | |
2021-02-20 | -t help | vanhauser-thc | |
2021-02-15 | merged | Dominik Maier | |
2021-02-15 | fixed scan-build issues | Dominik Maier | |
2021-02-13 | added AFL_IGNORE_UNKNOWN_ENVS | vanhauser-thc | |
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 | load existing stats file when in AFL_AUTORESUME or -i - | vj-27 | |
2021-02-01 | fix warnings and an llvm cmplog+lto panic | van Hauser | |
2021-02-01 | make some really weird targets compile | van Hauser | |
2021-02-01 | adjust expand havoc | van Hauser | |
2021-02-01 | mv cmplog options to config.h | van Hauser | |
2021-02-01 | fixes | van Hauser | |
2021-02-01 | reorder | van Hauser | |
2021-02-01 | add case when cmplog map neds to be larger | van Hauser | |
2021-02-01 | make dominik more happy - no auto map size for qemu+unicorn | van Hauser | |
2021-02-01 | making AFL_MAP_SIZE obsolete | van Hauser | |
2021-01-31 | code-format | van Hauser | |
2021-01-31 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | aflpp | |
2021-01-31 | fix -Z, remove q->next | aflpp | |
2021-01-31 | added support for __afl_coverage_interesting | van Hauser | |
2021-01-31 | disable trimming for -M | van Hauser | |
2021-01-30 | added AFL_CMPLOG_ONLY_NEW feature | van Hauser | |
2021-01-29 | working AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-29 | AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-28 | fix another pending_not_fuzzed location | van Hauser | |
2021-01-28 | Fix getopt arg string | Yuan | |
There is no '-P' case here. | |||
2021-01-26 | better foreign sync name | van Hauser | |