Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-08-31 | Fix few warnings for FreeBSD case. (#536) | David CARLIER | |
2020-08-31 | code-format | van Hauser | |
2020-08-24 | Added out_file value when using stdio (#524) | Sergio Paganoni | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-11 | finalize first beta! yay! | van Hauser | |
2020-08-11 | review done, pray | van Hauser | |
2020-08-11 | move taint_mode var | van Hauser | |
2020-08-09 | fixes | van Hauser | |
2020-08-09 | taint integration done | van Hauser | |
2020-08-07 | compile fixes on 32-bit OSs | hexcoder- | |
2020-08-07 | enabled Wextra, fixed bugs | Dominik Maier | |
2020-08-03 | code format | Dominik Maier | |
2020-07-31 | fix find free cpu | van Hauser | |
2020-07-31 | Bind cpu (#480) | Dominik Maier | |
* silence compiletime warning * refactored cpu binding * formatted code | |||
2020-07-30 | add -b option to afl-fuzz | van Hauser | |
2020-07-24 | add -F option to sync to foreign fuzzer queues | van Hauser | |
2020-07-23 | skip large files, dont bail | van Hauser | |
2020-07-09 | illumos littlefixes: little typo for cpu binding and | David Carlier | |
even tough gcc plugin less good than LLVM, clang is more buggy on this os. | |||
2020-07-08 | eliminate race condition for cpu affinity on -M/-S | van Hauser | |
2020-06-22 | allow /tmp | van Hauser | |
2020-06-16 | fix for *BSD: remove all HAVE_ARC4RANDOM dependencies | hexcoder- | |
2020-06-11 | code format and debug | van Hauser | |
2020-06-10 | start of illumos cpu binding implementation. | David Carlier | |
The current user needs the proc_owner permission, not something doable via the settings script. | |||
2020-06-09 | code format | Dominik Maier | |
2020-06-09 | fixed shmap fuzzing | Dominik Maier | |
2020-06-03 | fix shmem | van Hauser | |
2020-06-03 | switch order of shmem fuzz | van Hauser | |