Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | fix prev commit | Andrea Fioraldi | |
2020-03-03 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-03-03 | allow custom cflags on llvm makefile | Andrea Fioraldi | |
2020-03-02 | Refactoring `fuzz_py` API | h1994st | |
2020-03-02 | Add initialization funcation wrapper for Python mutator | h1994st | |
2020-03-02 | Uniform API for both Python and custom mutator | 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 | Silenced output of if python not found | Dominik Maier | |
2020-03-02 | Autoresume added to help | Dominik Maier | |
2020-03-01 | make afl-showmap quiet when called from afl-cmin* | van Hauser | |
2020-03-01 | migrated autoresume to use get_afl_env | Dominik Maier | |
2020-03-01 | Added AFL_AUTORESUME option | Dominik Maier | |
2020-03-01 | fix #218 for GCC plugin | Andrea Fioraldi | |
2020-03-01 | fix #218 | Andrea Fioraldi | |
2020-02-29 | print OKF if an environment variable is successfully loaded - feebdack to ↵ | van Hauser | |
this please ... | |||
2020-02-29 | afl-clang-fast: only show the official env vars | van Hauser | |
2020-02-29 | Added missing dependency to the docu (#216) | anon8675309 | |
* Added missing dependency to the documentation. Tested on Debian 10 * Added documentation for Debian users Co-authored-by: adamgrimm99 <55899195+adamgrimm99@users.noreply.github.com> | |||
2020-02-29 | wget is no longer necessary for unicornafl which is cloned now. (#217) | David CARLIER | |
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-gcc-fast | hexcoder- | |
2020-02-28 | more examples for README and custom_mutator README | van Hauser | |
2020-02-28 | updated contribution info | van Hauser | |
2020-02-28 | update todo | van Hauser | |
2020-02-28 | fix for qemu_mode where capstone 4.0+ is installed | van Hauser | |
2020-02-28 | add env info to afl-clang-fast, small Android change | hexcoder- | |
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 | v2.62d | van Hauser | |
2020-02-28 | v2.62c 2.62c | van Hauser | |
2020-02-28 | v2.62c | van Hauser | |
2020-02-28 | i am too tired :-( | van Hauser | |
2020-02-28 | update ideas | van Hauser | |
2020-02-28 | cmplog_shm shmat was missing result check | van Hauser | |
2020-02-28 | better alloc-inl.h | van Hauser | |
2020-02-28 | code-format | van Hauser | |
2020-02-27 | cpyright | Andrea Fioraldi | |
2020-02-27 | restore alloc-inl from AFL | Andrea Fioraldi | |
2020-02-27 | perf-fuzz idea | Andrea Fioraldi | |
2020-02-27 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-02-27 | bye bye SanCov for CmpLog | Andrea Fioraldi | |
2020-02-27 | Merge pull request #213 from Kusoku/master | van Hauser | |
Fix hanging fork and child with -V -E | |||
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-26 | catch if shmat fails | van Hauser | |
2020-02-25 | beautifying man pages | hexcoder- | |
2020-02-25 | Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus | hexcoder- | |
2020-02-25 | man page tuning | hexcoder- | |
2020-02-25 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2020-02-25 | fix #212 | Andrea Fioraldi | |