Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-09 | Update docs and Changelog for custom_mutators (#355) | Rishi Ranjan | |
2020-05-08 | Support 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-08 | add AFL_DEBUG check to all isatty checks | van Hauser | |
2020-05-07 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | hexcoder- | |
2020-05-07 | convert docs/README.md into a symlink to toplevel README.md (helps website ↵ | hexcoder- | |
content) | |||
2020-05-07 | added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument ↵ | van Hauser | |
single block functions | |||
2020-05-07 | fix static and profiling compilation and add profiling calculation | van Hauser | |
2020-05-07 | calculate correct collisions for classic in InsTrimLTO | van Hauser | |
2020-05-07 | fix typos | van Hauser | |
2020-05-07 | untracer README: one typo fixed | hexcoder | |
2020-05-07 | Merge pull request #354 from jtpereyda/readme-apt-flex | Andrea Fioraldi | |
add flex to apt install list | |||
2020-05-07 | import transform fix into autodict, code-format | van Hauser | |
2020-05-06 | add flex to apt install list | Joshua Pereyda | |
2020-05-06 | better README for untracer | van Hauser | |
2020-05-06 | doc update | van Hauser | |
2020-05-06 | fix untracer | van Hauser | |
2020-05-06 | aarch64 support for afl-untracer | van Hauser | |
2020-05-06 | make build options for qemu more visible | van Hauser | |
2020-05-06 | rename pass | van Hauser | |
2020-05-06 | CTX+NGRAM != LTO | van Hauser | |
2020-05-06 | added InsTrimLTO :-) | van Hauser | |
2020-05-06 | update llvm version in README | van Hauser | |
2020-05-05 | updated unicornafl | Dominik Maier | |
2020-05-05 | add one more alternative to python requirements: python-dev | hexcoder- | |
2020-05-05 | fix unit tests when printf is a macro | hexcoder- | |
2020-05-05 | maybe_grow->ck_maybe_grow | van Hauser | |
2020-05-05 | more typos fixed | van Hauser | |
2020-05-05 | more typos fixed | van Hauser | |
2020-05-05 | fixed typos | van Hauser | |
2020-05-05 | fix LTO mode | van Hauser | |
2020-05-05 | unsized string compare fix | van Hauser | |
2020-05-05 | cleanup todo list | van Hauser | |
2020-05-05 | ctx+ngram for instrim | van Hauser | |
2020-05-05 | support older llvm versions | van Hauser | |
2020-05-05 | ctx and ngram fix | van Hauser | |
2020-05-05 | fix crash in AFL_LLVM_LAF_TRANSFORM_COMPARES | van Hauser | |
2020-05-04 | Merge pull request #351 from dpmdpm2/master | van Hauser | |
Fix typo in README.lto.md | |||
2020-05-04 | Fix typo in README.lto.md | David Mendenhall | |
2020-05-04 | ctx and ngram can be used together now | van Hauser | |
2020-05-04 | final touches for afl_network_proxy | van Hauser | |
2020-05-04 | nw fixes | van Hauser | |
2020-05-04 | makefile fix | van Hauser | |
2020-05-04 | Fix Unicorn support build script (#349) | assafcarlsbad | |
* Fix Unicorn support build script for WSL. Co-authored-by: Dominik Maier <domenukk@gmail.com> | |||
2020-05-04 | fix makefile | van Hauser | |
2020-05-04 | add GNUmakefile | van Hauser | |
2020-05-03 | fix for afl-tmin -f | van Hauser | |
2020-05-03 | doubled the speed of afl_network_proxy | van Hauser | |
2020-05-02 | makefile fix | van Hauser | |
2020-05-02 | todo update | van Hauser | |
2020-05-02 | AFL_LLVM_SKIP_NEVERZERO added | van Hauser | |