Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-24 | added afl_custom_fuzz_count | van Hauser | |
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-21 | add execs_done to plot file | van Hauser | |
2020-08-18 | moved autodict extras away from extras_a | Dominik Maier | |
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-14 | fix llvm12 -fuseld warning | van Hauser | |
2020-08-14 | no longer using alloc for autodict | Dominik Maier | |
2020-08-14 | cleaned up maybe_add_auto calls | Dominik Maier | |
2020-08-11 | review done, pray | van Hauser | |
2020-08-11 | fixes | van Hauser | |
2020-08-11 | Merge branch 'debug' into taint | 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-08 | Add support for specific custom mutator name | murx- | |
2020-08-05 | fix short write | van Hauser | |
2020-08-05 | silly rand_below_datalen fix | van Hauser | |
2020-08-04 | new rand mode for data offsets that prefer low offset values | van Hauser | |
2020-07-31 | Haiku set explicitly to performance. | David Carlier | |
No command line to set through afl-system-config (the only one is a GUI). | |||
2020-07-30 | add -b option to afl-fuzz | van Hauser | |
2020-07-29 | Merge branch 'dev' into text_inputs | van Hauser | |
2020-07-26 | add last 60s exec/s stat | van Hauser | |
2020-07-24 | better text mutation | van Hauser | |
2020-07-24 | add -F option to sync to foreign fuzzer queues | van Hauser | |
2020-07-21 | added andrea's splicing, added cycle_schedules | van Hauser | |
2020-07-16 | queue buffer and new splice havoc mutation | Andrea Fioraldi | |
2020-06-29 | Revert "Merge branch 'text_inputs' into dev" | root | |
This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b. | |||
2020-06-29 | Merge branch 'text_inputs' into dev | van Hauser | |
2020-06-25 | remove radamsa, add radamsa custom mutator | van Hauser | |
2020-06-25 | add seek power schedule, remove update stats in calibration, fix help output | van Hauser | |
2020-06-22 | Added rand, hash unittests | Dominik Maier | |
2020-06-19 | first commit, looks good | van Hauser | |
2020-06-16 | fix for *BSD: remove all HAVE_ARC4RANDOM dependencies | hexcoder- | |
2020-06-15 | switched to new MOpt dictionary support | van Hauser | |
2020-06-15 | improve performance for default power schedule | van Hauser | |
2020-06-15 | code format | Dominik Maier | |
2020-06-14 | Porting to Haiku. | David Carlier | |
getrusage does not implement resident memory gathering, no shm api neither. | |||
2020-06-12 | switch to faster and better hash + random | van Hauser | |
2020-06-10 | start of illumos cpu binding implementation. | David Carlier | |
The current user needs the proc_owner permission, not something doable via the settings script. | |||
2020-06-02 | got rid of questionable phrasing | Dominik Maier | |
2020-05-31 | starting shmap support for unicorn | Dominik Maier | |
2020-05-25 | persistent mode: shared memory test case transfer | van Hauser | |
2020-05-15 | removed overlooked post_lib references, added post_lib examples to ↵ | van Hauser | |
examples/custom_mutators | |||
2020-05-15 | change: slaves only sync from masters | van Hauser | |