Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-02-03 | broader python support | Dominik Maier | |
2020-02-01 | AFL_ALIGNED_ALLOC in libdislocator | Andrea Fioraldi | |
2020-01-30 | Merge branch 'master' into CmpLog | Andrea Fioraldi | |
2020-01-30 | cmplog check_binary | Andrea Fioraldi | |
2020-01-20 | fixed Heiko's global search-replace :) | van Hauser | |
2020-01-19 | fix for getopt | van Hauser | |
2020-01-17 | first experiment cmplog | Andrea Fioraldi | |
2020-01-06 | moar moar copyrights | Andrea Fioraldi | |
2020-01-06 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-01-06 | added ++ to copyright notes | Andrea Fioraldi | |
2020-01-03 | Typo in name | hexcoder | |
2019-12-31 | show correct python version and readme name | van Hauser | |
2019-12-31 | show correct python version and readme name | van Hauser | |
2019-12-31 | v2.60d and year 2020 init | van Hauser | |
2019-12-30 | critical bugfix for afl-tmin | van Hauser | |
2019-12-25 | code format | Andrea Fioraldi | |
2019-12-25 | AFL_PRELOAD -> QEMU_SET_ENV for afl-fuzz,afl-showmap,afl-analyze,afl-tmin | Andrea Fioraldi | |
2019-12-24 | qemu ld_preload support and added socket_fuzzing ld_preload library | van Hauser | |