Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-01 | making AFL_MAP_SIZE obsolete | van Hauser | |
2021-01-31 | code-format | van Hauser | |
2021-01-31 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | aflpp | |
2021-01-31 | fix -Z, remove q->next | aflpp | |
2021-01-31 | added support for __afl_coverage_interesting | van Hauser | |
2021-01-31 | disable trimming for -M | van Hauser | |
2021-01-30 | added AFL_CMPLOG_ONLY_NEW feature | van Hauser | |
2021-01-29 | working AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-29 | AFL_USE_QASAN | Andrea Fioraldi | |
2021-01-28 | fix another pending_not_fuzzed location | van Hauser | |
2021-01-28 | Fix getopt arg string | Yuan | |
There is no '-P' case here. | |||
2021-01-26 | better foreign sync name | van Hauser | |
2021-01-26 | real fix plus code format | van Hauser | |
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- | |