about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-05-09Update docs and Changelog for custom_mutators (#355)Rishi Ranjan
2020-05-08Support multiple custom mutators (#282)Rishi Ranjan
* Make a list of custom mutators using env variable * Set up multiple custom mutators * Add destroy custom mutator and changes to load_custom_mutator * Use array instead of list, make changes to afl-fuzz-one for multiple mutators * Make change to fuzz-one custom_queue_get to support multiple mutators * Modify custom python mutator support * Fix bug * Fix missing afl->mutator->data * Revert to list with max count * Change custom_pre_save hook and code format * Free custom_mutator struct in the list * Add testcase for multiple custom mutators * Resolve merge conflict
2020-05-08add AFL_DEBUG check to all isatty checksvan Hauser
2020-05-07Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devhexcoder-
2020-05-07convert docs/README.md into a symlink to toplevel README.md (helps website ↵hexcoder-
content)
2020-05-07added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument ↵van Hauser
single block functions
2020-05-07fix static and profiling compilation and add profiling calculationvan Hauser
2020-05-07calculate correct collisions for classic in InsTrimLTOvan Hauser
2020-05-07fix typosvan Hauser
2020-05-07untracer README: one typo fixedhexcoder
2020-05-07Merge pull request #354 from jtpereyda/readme-apt-flexAndrea Fioraldi
add flex to apt install list
2020-05-07import transform fix into autodict, code-formatvan Hauser
2020-05-06add flex to apt install listJoshua Pereyda
2020-05-06better README for untracervan Hauser
2020-05-06doc updatevan Hauser
2020-05-06fix untracervan Hauser
2020-05-06aarch64 support for afl-untracervan Hauser
2020-05-06make build options for qemu more visiblevan Hauser
2020-05-06rename passvan Hauser
2020-05-06CTX+NGRAM != LTOvan Hauser
2020-05-06added InsTrimLTO :-)van Hauser
2020-05-06update llvm version in READMEvan Hauser
2020-05-05updated unicornaflDominik Maier
2020-05-05add one more alternative to python requirements: python-devhexcoder-
2020-05-05fix unit tests when printf is a macrohexcoder-
2020-05-05maybe_grow->ck_maybe_growvan Hauser
2020-05-05more typos fixedvan Hauser
2020-05-05more typos fixedvan Hauser
2020-05-05fixed typosvan Hauser
2020-05-05fix LTO modevan Hauser
2020-05-05unsized string compare fixvan Hauser
2020-05-05cleanup todo listvan Hauser
2020-05-05ctx+ngram for instrimvan Hauser
2020-05-05support older llvm versionsvan Hauser
2020-05-05ctx and ngram fixvan Hauser
2020-05-05fix crash in AFL_LLVM_LAF_TRANSFORM_COMPARESvan Hauser
2020-05-04Merge pull request #351 from dpmdpm2/mastervan Hauser
Fix typo in README.lto.md
2020-05-04Fix typo in README.lto.mdDavid Mendenhall
2020-05-04ctx and ngram can be used together nowvan Hauser
2020-05-04final touches for afl_network_proxyvan Hauser
2020-05-04nw fixesvan Hauser
2020-05-04makefile fixvan Hauser
2020-05-04Fix Unicorn support build script (#349)assafcarlsbad
* Fix Unicorn support build script for WSL. Co-authored-by: Dominik Maier <domenukk@gmail.com>
2020-05-04fix makefilevan Hauser
2020-05-04add GNUmakefilevan Hauser
2020-05-03fix for afl-tmin -fvan Hauser
2020-05-03doubled the speed of afl_network_proxyvan Hauser
2020-05-02makefile fixvan Hauser
2020-05-02todo updatevan Hauser
2020-05-02AFL_LLVM_SKIP_NEVERZERO addedvan Hauser