Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-22 | little performance enhancements | van Hauser | |
2020-03-22 | a little bit more performance | van Hauser | |
2020-03-22 | all afl msgs to stdout and only read AFL_BENCH_JUST_ONE once | van Hauser | |
2020-03-21 | remove debug code | van Hauser | |
2020-03-21 | test.sh with -no-pie | van Hauser | |
2020-03-20 | add RARE schedule. also fixes doc_path | van Hauser | |
2020-03-19 | moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links | van Hauser | |
2020-03-17 | added mmopt power schedule | van Hauser | |
2020-03-15 | print a completed UI screen on exit without bugs :) | van Hauser | |
2020-03-15 | fix errors in last commit (u8)afl_get_env | van Hauser | |
2020-03-15 | Move afl-fuzz related env variables into afl_state_t (#252) | Rishi Ranjan | |
* Move afl-fuzz related env variables into afl_state_t * Move the env variables assignment from fuzz_init and code Format * Fix typo * Remove redundant env variables from afl_env struct * Rename function to read_afl_environment | |||
2020-03-15 | fauxserver | Dominik Maier | |
2020-03-13 | afl-fuzz-init.c, afl-fuzz.c: fix more wrong free() calls (found with | hexcoder- | |
ASAN_BUILD=1 CFLAGS="-D_WANT_ORIGINAL_AFL_ALLOC -DDEBUG_BUILD") | |||
2020-03-10 | unified pointer placement | Dominik Maier | |
2020-03-10 | code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin | van Hauser | |
2020-03-09 | now wiht 90% less leaks | Dominik Maier | |
2020-03-09 | quickfix for first big bug that use_stdin was not correctly initialized and ↵ | van Hauser | |
could not be set | |||
2020-03-09 | code-format | van Hauser | |
2020-03-09 | AFL without globals (#220) | Dominik Maier | |
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz | |||
2020-03-09 | more code format | van Hauser | |
2020-03-05 | clarify -N option | van Hauser | |
2020-03-03 | Update the documents of the custom mutator | h1994st | |
- Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md | |||
2020-03-03 | Finish refactoring APIs for the custom mutator and Python module | h1994st | |
- Remove AFL_PYTHON_ONLY (env) and python_only (variable) - Unify fuzz API of the custom mutator and Python module - Merge the custom mutator into the old python_stage, which is now renamed to custom_mutator_stage | |||
2020-03-02 | Refactoring `fuzz_py` API | h1994st | |
2020-03-02 | Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus | h1994st | |
2020-03-02 | Add new APIs for the custom mutator | h1994st | |
2020-03-02 | Autoresume added to help | Dominik Maier | |
2020-03-01 | migrated autoresume to use get_afl_env | Dominik Maier | |
2020-03-01 | Added AFL_AUTORESUME option | Dominik Maier | |
2020-02-29 | print OKF if an environment variable is successfully loaded - feebdack to ↵ | van Hauser | |
this please ... | |||
2020-02-29 | code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵ | van Hauser | |
and Makefile | |||
2020-02-28 | add env info to afl-fuzz (please review!), small clarifications in ↵ | hexcoder- | |
docs/env_variables.md | |||
2020-02-28 | add env info to afl-showmap, in qemu_mode add forgotten MacOSX env var to ↵ | hexcoder- | |
afl-analyze, afl-fuzz, afl-tmin | |||
2020-02-28 | code-format | van Hauser | |
2020-02-27 | Fix hanging fork and child with -V -E | Konrad Welc | |
If we let multiple fuzzers end with -V or -E option, it will cause it to think we are still occupying the cores, even if they are free, once we try to run another job it would return an error that no free nodes are available. This change fixes that problem. | |||
2020-02-25 | fix references to README docs | hexcoder- | |
2020-02-21 | block the usage of mopt with optionals mutators (redqueen/radamsa/etc...) | Andrea Fioraldi | |
2020-02-19 | forgot cleanup | van Hauser | |
2020-02-18 | moved AFL_TMPDIR check further down and better error message | van Hauser | |
2020-02-18 | allow -i - resume with AFL_TMPDIR | van Hauser | |
2020-02-18 | better -h for cmplog | Andrea Fioraldi | |
2020-02-17 | fix issue #198 AFL_TMPDIR is ignored for file .cur_input | hexcoder- | |
2020-02-17 | code format | van Hauser | |
2020-02-16 | fix | van Hauser | |
2020-02-16 | check for mistyped env vars | van Hauser | |
2020-02-07 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-02-07 | afl qemu persistent hook | Andrea Fioraldi | |
2020-02-07 | todo update | van Hauser | |
2020-02-03 | fix MDs | van Hauser | |
2020-02-03 | docs to md | Andrea Fioraldi | |