Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |
2020-12-28 | added corpus introspection | van Hauser | |
2020-12-23 | warn on _AFL and __AFL env vars | van Hauser | |
2020-12-22 | workaround for Solaris: NAME_MAX is not defined | hexcoder- | |
2020-12-17 | skim import | van Hauser | |
2020-12-12 | remove stray debugging fprintf | hexcoder- | |
2020-12-12 | typo | hexcoder- | |
2020-12-11 | fixed gcc analyzer warnings | Dominik Maier | |
2020-12-04 | fixed bugs in custom_describe, reported by wizche | Dominik Maier | |
2020-11-24 | fix compiler warning turned error on NetBSD | hexcoder- | |
2020-11-18 | renamed env var to AFL_DEBUG_CHILD | Dominik Maier | |
2020-11-17 | fix sync issue | van Hauser | |
2020-11-03 | fix -N for forkserver | van Hauser | |
2020-10-29 | fixes two huge bugs | van Hauser | |
2020-10-15 | retake from mem if possible | 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-09-02 | ignore unstable | van Hauser | |
2020-08-18 | Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505) | Dominik Maier | |
* maybe_grow takes a single ptr * fixed use_deflate * reworked maybe_grow_bufsize * helper to access underlying buf * remove redundant realloc_block * code format * fixes * added unit tests * renamed maybe_grow to afl_realloc * BUF_PARAMS -> AFL_BUF_PARAM | |||
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-14 | Merge branch 'debug' into dev | van Hauser | |
2020-08-12 | split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, ↵ | van Hauser | |
skipping ctor+ifunc functions for all llvm, code-format | |||
2020-08-12 | setting attribute hot intelligently gives 0.5% speed | van Hauser | |
2020-08-11 | review done, pray | van Hauser | |
2020-08-11 | move taint_mode var | van Hauser | |
2020-08-11 | cleanup minor issues | van Hauser | |
2020-08-11 | Merge branch 'debug' into taint | van Hauser | |
2020-08-10 | fixed minor inconsistencies, reenabled warnings | Dominik Maier | |
2020-08-10 | increase stack size | van Hauser | |
2020-08-10 | fix another segfault | van Hauser | |
2020-08-09 | final touches for first testing | van Hauser | |
2020-08-09 | integration in fuzz_one | van Hauser | |
2020-08-09 | taint integration done | van Hauser | |
2020-08-09 | fixes | van Hauser | |
2020-08-09 | changes | van Hauser | |
2020-08-09 | code format | van Hauser | |
2020-08-09 | step 1 | van Hauser | |
2020-08-07 | enabled Wextra, fixed bugs | Dominik Maier | |
2020-08-05 | fix short write | van Hauser | |
2020-07-30 | fix post process check | van Hauser | |
2020-07-30 | enhance for custom trim buffer | van Hauser | |
2020-07-30 | Merge pull request #460 from rish9101/dev | van Hauser | |
Add post-process functionality in write_with_gap | |||
2020-07-29 | Minor change to write_with_gap | Rishi Ranjan | |
2020-07-24 | add -F option to sync to foreign fuzzer queues | van Hauser | |
2020-07-23 | Remove reduntant copying from write_with_gap function | rish9101 | |
2020-07-23 | Add post-process functionality in write_with_gap | rish9101 | |
2020-06-29 | fix autodict | van Hauser | |
2020-06-26 | original fix for calibration error | Andrea Fioraldi | |
2020-06-25 | shmem release fix | van Hauser | |
2020-06-25 | initialized variable | Dominik Maier | |
2020-06-25 | Merge pull request #425 from dgmelski/fix-recalibration | Andrea Fioraldi | |
Fix saturated maps & stability cliff in recalibration |