about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-03-03Finish refactoring APIs for the custom mutator and Python moduleh1994st
- 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-03fix prev commitAndrea Fioraldi
2020-03-03Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-03-03allow custom cflags on llvm makefileAndrea Fioraldi
2020-03-02Refactoring `fuzz_py` APIh1994st
2020-03-02Add initialization funcation wrapper for Python mutatorh1994st
2020-03-02Uniform API for both Python and custom mutatorh1994st
2020-03-02Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplush1994st
2020-03-02Add new APIs for the custom mutatorh1994st
2020-03-02Silenced output of if python not foundDominik Maier
2020-03-02Autoresume added to helpDominik Maier
2020-03-01make afl-showmap quiet when called from afl-cmin*van Hauser
2020-03-01migrated autoresume to use get_afl_envDominik Maier
2020-03-01Added AFL_AUTORESUME optionDominik Maier
2020-03-01fix #218 for GCC pluginAndrea Fioraldi
2020-03-01fix #218Andrea Fioraldi
2020-02-29print OKF if an environment variable is successfully loaded - feebdack to ↵van Hauser
this please ...
2020-02-29afl-clang-fast: only show the official env varsvan Hauser
2020-02-29Added 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-29wget is no longer necessary for unicornafl which is cloned now. (#217)David CARLIER
2020-02-29code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵van Hauser
and Makefile
2020-02-28add env info to afl-fuzz (please review!), small clarifications in ↵hexcoder-
docs/env_variables.md
2020-02-28add env info to afl-gcc-fasthexcoder-
2020-02-28more examples for README and custom_mutator READMEvan Hauser
2020-02-28updated contribution infovan Hauser
2020-02-28update todovan Hauser
2020-02-28fix for qemu_mode where capstone 4.0+ is installedvan Hauser
2020-02-28add env info to afl-clang-fast, small Android changehexcoder-
2020-02-28add env info to afl-showmap, in qemu_mode add forgotten MacOSX env var to ↵hexcoder-
afl-analyze, afl-fuzz, afl-tmin
2020-02-28v2.62dvan Hauser
2020-02-28v2.62c 2.62cvan Hauser
2020-02-28v2.62cvan Hauser
2020-02-28i am too tired :-(van Hauser
2020-02-28update ideasvan Hauser
2020-02-28cmplog_shm shmat was missing result checkvan Hauser
2020-02-28better alloc-inl.hvan Hauser
2020-02-28code-formatvan Hauser
2020-02-27cpyrightAndrea Fioraldi
2020-02-27restore alloc-inl from AFLAndrea Fioraldi
2020-02-27perf-fuzz ideaAndrea Fioraldi
2020-02-27Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-02-27bye bye SanCov for CmpLogAndrea Fioraldi
2020-02-27Merge pull request #213 from Kusoku/mastervan Hauser
Fix hanging fork and child with -V -E
2020-02-27Fix hanging fork and child with -V -EKonrad 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-26catch if shmat failsvan Hauser
2020-02-25beautifying man pageshexcoder-
2020-02-25Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2020-02-25man page tuninghexcoder-
2020-02-25Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-02-25fix #212Andrea Fioraldi