Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-21 | forkserver debug flag support | van Hauser | |
2021-01-21 | code format and not setting sanitizers if debug and settings present | van Hauser | |
2021-01-21 | fix docs | van Hauser | |
2021-01-21 | Merge pull request #689 from AFLplusplus/cmplog_merge | van Hauser | |
cmplog merge | |||
2021-01-20 | better cmp map fsrv fix | van Hauser | |
2021-01-20 | bugfix and new transform detection feature | van Hauser | |
2021-01-19 | cleanup and rename _DISCARD->_SKIP | van Hauser | |
2021-01-19 | tiny scan-build nags fixed | Dominik Maier | |
2021-01-17 | fix colorization | van Hauser | |
2021-01-15 | merge cmplog | van Hauser | |
2021-01-14 | more sync in deterministic mode | van Hauser | |
2021-01-14 | Update documentation to reflect new default power schedule | murx- | |
2021-01-08 | refactored kill signal env parsing | Dominik Maier | |
2021-01-07 | cleaned up AFL_KILL_SIGNAL | Dominik Maier | |
2021-01-07 | User defined kill signal value (#678) | buherator | |
* Adding AFL_KILL_SIGNAL environment variable Controlling the kill signal used to end forked processes. * Checking validity of AFL_KILL_SIGNAL env variable This commit also sets a valid value in the environment to avoid duplicating code in at_exit(). Changing data type of fsrv->kill_signal to u8 to match last_kill_signal. * Adding afl_kill_signal to AFL (environment) state This commit simply introduces a struct member for future use. The env variable is not used from the afl struct but from fsrv, where its validity is checked, resulting in a FATAL in case of errors. | |||
2021-01-04 | code format | van Hauser | |
2021-01-04 | code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) | hexcoder- | |
2021-01-02 | typo | hexcoder- | |
2020-12-20 | fix endless loop in afl-cc allow/blocklists starting a line with a comment | van Hauser | |
2020-12-18 | apply nocolor changes | hexcoder- | |
2020-12-11 | fix MMAP | van Hauser | |
2020-12-08 | Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev | Andrea Fioraldi | |
2020-12-08 | fix memory limit issue with cmplog without -m flag | Andrea Fioraldi | |
2020-12-03 | AFL_CRASH_EXITCODE env var added, u8->bool | Dominik Maier | |
2020-12-01 | added AFL_NO_AUTODICT | van Hauser | |
2020-11-05 | require llvm 10.0.1+ for enhanced pcguard, correct 1MB checks | van Hauser | |
2020-11-03 | fix -N for forkserver | van Hauser | |
2020-11-01 | added mutation introspection make target | van Hauser | |
2020-11-19 | fixed child not killed with -c | van Hauser | |
2020-11-18 | fixed simple yet stupid bug | Dominik Maier | |
2020-11-18 | renamed env var to AFL_DEBUG_CHILD | Dominik Maier | |
2020-11-18 | fixed alloc errors, code format | Dominik Maier | |
2020-11-16 | support AFL_LLVM_INSTRUMENT env for our own PCGUARD | van Hauser | |
2020-11-14 | fix error handling in fauxserver | hexcoder- | |
2020-11-14 | now really fix -n | hexcoder- | |
2020-11-14 | add sanity check for -M/-S arguments | hexcoder- | |
2020-11-14 | fix non instrumented mode, fix check_binary | hexcoder- | |
2020-11-14 | no binary checking in noninstrumented mode | hexcoder- | |
2020-10-26 | add no splicing compile option and print used compile options in afl-fuzz help | van Hauser | |
2020-10-23 | allow symbolize=1 for asan/debug | vanhauser-thc | |
2020-10-23 | better cache entry algo | van Hauser | |
2020-10-23 | set max testcache entries automated if not specified by the user | van Hauser | |
2020-10-19 | mini improvements | van Hauser | |
2020-10-15 | testcache_size = 2 ok fix | van Hauser | |
2020-10-14 | check for minimum cache size | 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 afl-cc.8 generation | van Hauser | |
2020-10-12 | fix sync mode | 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 | |