Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-18 | mem error fix | van Hauser | |
2020-12-09 | fix cmin/tmin potential overflow on too large files | van Hauser | |
2020-12-08 | fix showmap output | van Hauser | |
2020-12-08 | small fixes | hexcoder- | |
2020-12-08 | more reporting on errors | van Hauser | |
2020-12-03 | AFL_CRASH_EXITCODE env var added, u8->bool | Dominik Maier | |
2020-12-01 | added AFL_NO_AUTODICT | van Hauser | |
2020-11-14 | fix error handling in fauxserver | hexcoder- | |
2020-11-14 | now really fix -n | hexcoder- | |
2020-11-03 | fix -N for forkserver | van Hauser | |
2020-11-03 | revert out_fd copy | van Hauser | |
2020-11-03 | fsrv copy: out_fd = 0 on stdin | van Hauser | |
2020-11-03 | fsrv copy: out_fd = -1 | van Hauser | |
2020-11-03 | copy fsrv: copy out_file ptr | van Hauser | |
2020-11-03 | added better error handling to forkserver fd | Dominik Maier | |
2020-10-30 | extras: afl_realloc -> ck_realloc | van Hauser | |
2020-10-29 | Don't crash for unset out_file (fixed #562) | Dominik Maier | |
2020-10-20 | fix timeout bug in read_s32_timed on non linux OSes | Andrea Fioraldi | |
2020-09-08 | code-format | van Hauser | |
2020-09-08 | set correct error code when -V | van Hauser | |
2020-09-02 | children terminate on sigpipe | van Hauser | |
2020-09-01 | child cleanup | van Hauser | |
2020-08-24 | Added out_file value when using stdio (#524) | Sergio Paganoni | |
2020-08-24 | added afl_custom_fuzz_count | van Hauser | |
2020-08-23 | code format | Dominik Maier | |
2020-08-23 | Option for specifying forkserver initialization timeout via environment ↵ | Marius Muench | |
variable (#522) * Addition of AFL_FORKSRV_INIT_TMOUT env var This commit introduces a new environment variable which allows to specify the timespan AFL should wait for initial contact with the forkserver. This is useful for fuzz-targets requiring a rather long setup time before the actual fuzzing can be started (e.g., unicorn). * add .swp files to .gitignore * Inherit init_tmout in afl_fsrv_init_dup Without this patch, the forkserver would spawn with a timeout of 0 in cmplog mode, leading to an immediate crash. Additionally, this commit removes a spurious whitespace. * Initialize afl->fsrv.init_tmout in afl_fsrv_init Not all afl-components will need the new AFL_FORKSRV_INIT_TMOUT environment variable. Hence, it's initialized to the safe "default" value from before in afl_fsrv_init now. | |||
2020-08-23 | added AFL_MAX_DET_EXTRAS env var | Dominik Maier | |
2020-08-22 | enable autodict for cmplog compile, it is ensure not be used in the forkserver | van Hauser | |
2020-08-18 | code-format, changelog | Dominik Maier | |
2020-08-18 | moved autodict extras away from extras_a | Dominik Maier | |
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-14 | formatting | van Hauser | |
2020-08-14 | code-format | Dominik Maier | |
2020-08-14 | cleaned up maybe_add_auto calls | Dominik Maier | |
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 | move taint_mode var | van Hauser | |
2020-08-11 | Merge branch 'debug' into taint | van Hauser | |
2020-08-10 | LTO: make dynamic map the default | van Hauser | |
2020-08-09 | taint integration done | van Hauser | |
2020-08-09 | code format | van Hauser | |
2020-08-09 | step 1 | van Hauser | |
2020-08-07 | code format | Dominik Maier | |
2020-08-07 | enabled Wextra, fixed bugs | Dominik Maier | |
2020-07-03 | ubsan options | Andrea Fioraldi | |
2020-06-29 | workaround for recent afl++ versions | van Hauser | |
2020-06-29 | fix autodict | van Hauser | |
2020-06-25 | make llvm_mode pcguard instrumentation collision free | van Hauser | |
2020-06-16 | fix for *BSD: remove all HAVE_ARC4RANDOM dependencies | hexcoder- | |