Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-04 | Add missing env var used in ↵ | Thomas Rooijakkers | |
https://github.com/qemu/qemu/blob/bec7edf41d2d0e8006637a739881abcea1d1305c/accel/tcg/cpu-exec.c#L389 and ./qemu_mode/README.persistent.md | |||
2020-12-04 | fixed bugs in custom_describe, reported by wizche | Dominik Maier | |
2020-12-04 | added python mutator, documentation | Dominik Maier | |
2020-12-04 | afl_custom_describe api added | Dominik Maier | |
2020-12-04 | common.h change from user header include to system header include | hexcoder- | |
2020-12-03 | AFL_CRASH_EXITCODE env var added, u8->bool | Dominik Maier | |
2020-12-01 | added AFL_NO_AUTODICT | van Hauser | |
2020-11-30 | more DEBUGF | van Hauser | |
2020-11-18 | Use buffer protocol to retrieve result from python post_process (#605) | Dustin Spicuzza | |
Saves an extra copy, gives post processing functions more flexibility | |||
2020-11-18 | Solaris/Illumos build fix. (#609) | David CARLIER | |
2020-11-18 | renamed env var to AFL_DEBUG_CHILD | Dominik Maier | |
2020-11-18 | fixed alloc errors, code format | Dominik Maier | |
2020-11-17 | fix two exotic mem leaks detected by cppcheck | hexcoder- | |
2020-11-10 | support custom mutator introspection | van Hauser | |
2020-11-03 | added better error handling to forkserver fd | Dominik Maier | |
2020-11-02 | match mopt to havoc | van Hauser | |
2020-11-01 | added mutation introspection make target | van Hauser | |
2020-10-23 | allow symbolize=1 for asan/debug | vanhauser-thc | |
2020-10-23 | set max testcache entries automated if not specified by the user | van Hauser | |
2020-10-22 | maybe enhancement to cache algo | van Hauser | |
2020-10-17 | add eviction stat | van Hauser | |
2020-10-16 | directly add new queue to cache | van Hauser | |
2020-10-15 | retake from mem if possible | van Hauser | |
2020-10-14 | Merge pull request #584 from devnexen/dfbsd_build_fix | van Hauser | |
DragonFlyBSD build fix proposal. | |||
2020-10-14 | DragonFlyBSD build fix proposal. | David Carlier | |
2020-10-14 | check for minimum cache size | van Hauser | |
2020-10-14 | add documentation | van Hauser | |
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-12 | fix new seed selection algo | van Hauser | |
2020-10-12 | Revert "Merge branch 'memcache_marc' into dev" | vanhauser-thc | |
This reverts commit c03fbcedaa68db5324423975a34331287426f7c2, reversing changes made to dab017dddaaab6d836a590f7bba3eea3549758d2. | |||
2020-10-12 | Merge branch 'memcache_marc' into dev | van Hauser | |
2020-10-11 | add new seed selection algo and make it the default | van Hauser | |
2020-10-10 | Merge pull request #571 from Edznux/statsd_implem | van Hauser | |
Statsd support implementation | |||
2020-10-09 | -m none is the default now | van Hauser | |
2020-10-09 | increase default cache size | van Hauser | |
2020-10-08 | Add env var toggle for StatsD | Edznux | |
2020-10-07 | change HAVOC_MAX_MULT* to 64 | van Hauser | |
2020-10-06 | Fixed segfault because wrong order in args | Edznux | |
2020-10-06 | [WIP: segfault on non dogstatsd] Adding MACROS for format | Edznux | |
2020-10-06 | fixed missing quote warning | Dominik Maier | |
2020-10-06 | code format | Dominik Maier | |
2020-10-06 | testcase cache added | Dominik Maier | |
2020-10-05 | Fix code format | Edznux | |
2020-10-05 | Refactor global var into afl_state_t struct | Edznux | |
2020-10-05 | Correctly handle env var. | Edznux | |
2020-10-04 | Code format | Edznux | |
2020-10-04 | Merge remote-tracking branch 'origin/dev' into statsd_implem | Edznux | |
2020-10-04 | Mention tags format in macro's name | Edznux | |
2020-10-04 | Refactor | Edznux | |
2020-10-04 | Define config, change parent func to show_stats | Edznux | |