Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-28 | fix another pending_not_fuzzed location | van Hauser | |
2021-01-28 | Fix dev branch for android (#710) | Joey Jiaojg | |
* android: replace rindex with strrchr * android: support 64bit only due to 128bit integer not supported by 32bit system Co-authored-by: joeyjiaojg@qq.com <joeyjiaojg@163.com> | |||
2021-01-27 | fix include | van Hauser | |
2021-01-26 | better foreign sync name | van Hauser | |
2021-01-26 | real fix plus code format | van Hauser | |
2021-01-26 | wip fix | van Hauser | |
2021-01-23 | less stack mem req | van Hauser | |
2021-01-22 | stack 2 heap | van Hauser | |
2021-01-15 | merge cmplog | van Hauser | |
2020-12-30 | fix 32-bit mode, fix weighting | van Hauser | |
2020-12-29 | fix localtime warnings from CodeQL | hexcoder- | |
2020-12-16 | small fixes | van Hauser | |
2020-12-11 | fixed gcc analyzer warnings | Dominik Maier | |
2020-12-03 | AFL_CRASH_EXITCODE env var added, u8->bool | Dominik Maier | |
2020-11-18 | Solaris/Illumos build fix. (#609) | David CARLIER | |
2020-11-16 | support AFL_LLVM_INSTRUMENT env for our own PCGUARD | van Hauser | |
2020-11-14 | now really fix -n | hexcoder- | |
2020-11-14 | fix non instrumented mode, fix check_binary | hexcoder- | |
2020-10-24 | fix testcache bug | van Hauser | |
2020-10-23 | allow symbolize=1 for asan/debug | vanhauser-thc | |
2020-10-14 | DragonFlyBSD build fix proposal. | David Carlier | |
2020-10-14 | configurable testcache with malloc (#581) | van Hauser | |
* cache item number to cache memory size * reload testcase if trimming changed the size * fix splicing selection * slim splicing * import sync fix * write testcache stats to fuzzer_stats * fix new seed selection algo * malloc+read instead of mmap * fix * testcache is configurable now and no reference counts * fixes compilation, test script * fixes * switch TEST_CC to afl-cc in makefile * code format * fix * fix crash * fix crash * fix env help output * remove unnecessary pointer resets * fix endless loop bug * actually use the cache if set * one more fix * increase default cache entries, add default cache size value to config.h Co-authored-by: hexcoder- <heiko@hexco.de> | |||
2020-10-11 | add new seed selection algo and make it the default | 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 | |
2020-09-18 | portability: type -> command -v, compiler warnings | hexcoder- | |
2020-09-08 | update instrumenation/README.instrument_file.md for gcc_plugin | van Hauser | |
2020-09-05 | skip crashes but keep for splices | van Hauser | |
2020-09-05 | code-format | vanhauser-thc | |
2020-09-05 | final changes for pre-3.0 | vanhauser-thc | |
2020-09-05 | add cull queue, -i subdir traversal | vanhauser-thc | |