Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-01 | added AFL_NO_AUTODICT | van Hauser | |
2020-11-19 | fixed child not killed with -c | van Hauser | |
2020-11-18 | Use buffer protocol to retrieve result from python post_process (#605) | Dustin Spicuzza | |
Saves an extra copy, gives post processing functions more flexibility | |||
2020-11-18 | typos and wording | hexcoder | |
2020-11-18 | more info about child_debug | Dominik Maier | |
2020-11-18 | renamed env var to AFL_DEBUG_CHILD | Dominik Maier | |
2020-11-18 | brought back missing env vars | Dominik Maier | |
2020-11-16 | support AFL_LLVM_INSTRUMENT env for our own PCGUARD | van Hauser | |
2020-11-10 | support custom mutator introspection | van Hauser | |
2020-11-02 | match mopt to havoc | van Hauser | |
2020-11-01 | added mutation introspection make target | van Hauser | |
2020-10-31 | add helper script repo | van Hauser | |
2020-10-31 | add our own inline trace-pc-guard | van Hauser | |
2020-10-30 | review, mark env variables, linkify | hexcoder- | |
2020-10-30 | recover heikos faq changes | van Hauser | |
2020-10-26 | add no splicing compile option and print used compile options in afl-fuzz help | van Hauser | |
2020-10-14 | add documentation | van Hauser | |
2020-10-13 | fix custom mutator doc | van Hauser | |
2020-10-12 | no -M/-S: auto-set -S default | van Hauser | |
2020-10-11 | Add documentation for StatsD | Edznux | |
2020-10-11 | add new seed selection algo and make it the default | van Hauser | |
2020-10-10 | determinstic fuzzing is now disabled by default | van Hauser | |
2020-10-10 | fix typo | van Hauser | |
2020-10-09 | -m none is the default now | van Hauser | |
2020-09-29 | small improvements to Marcel's patch, fix laf-intel + redqueen crashes | van Hauser | |
2020-09-23 | Update Changelog.md | Dominik Maier | |
2020-09-22 | code-format, and no code-format for custom mutators | van Hauser | |
2020-09-10 | add libfuzzer custom mutator, minor enhancements and fixes | van Hauser | |
2020-09-09 | new custom mutator: symcc | van Hauser | |
2020-09-08 | new gcc_plugin integration | van Hauser | |
2020-09-08 | rewrite gcc plugin | Alexandre Oliva | |
When we started using AFL, it did not have an integrated GCC plugin. There was one proposed by Austin Seipp, but for various reasons we ended up using some of its infrastructure (runtime and wrapper), but writing the GCC plugin proper from scratch. With AFL++'s renewed interest in a GCC plugin, we rebased ours, with some features that are or were missing in the one that was integrated: * efficient, fully-functional inline and out-of-line instrumentation Inline instrumentation was work in progress in the original plugin. Controlled by AFL_GCC_OUT_OF_LINE. * reproducible instrumentation Obey -frandom-seed for pseudorandom number generation. * licensing clarity and strict compliance GPLv3+ for the plugin, that uses GCC internals; add a copy of the license, as required. * allow/deny list support Copied and adjusted from the LLVM plugin implementation. * neverZero support Not as compact as the asm-wrapper version, but likely more efficient. Both are quite thread-unsafe, with different caveats. Controlled with AFL_GCC_SKIP_NEVERZERO. | |||
2020-09-06 | update ideas | van Hauser | |
2020-09-06 | add std::string and bcmp to dictionary functions | van Hauser | |
2020-09-05 | -p seek is now the default | van Hauser | |
2020-09-05 | skip crashes but keep for splices | van Hauser | |
2020-09-05 | cmp dict for LTO | van Hauser | |
2020-09-05 | final changes for pre-3.0 | vanhauser-thc | |
2020-09-04 | v2.68c | van Hauser | |
2020-09-04 | more changes to fuzzer_setup | van Hauser | |
2020-09-02 | minor FAQ fixes | van Hauser | |
2020-09-01 | added the grammar mutator as a git submodule + documentation | van Hauser | |
2020-09-01 | Review FAQ.md | hexcoder | |
2020-08-31 | update changelog | van Hauser | |
2020-08-31 | Update parallel_fuzzing.md | ploppelop | |
fix multisystem example | |||
2020-08-31 | update gitignore | van Hauser | |
2020-08-31 | fix docs | van Hauser | |
2020-08-31 | fix for MacOS sudo | van Hauser | |
2020-08-31 | typos/wording | hexcoder- | |
2020-08-31 | typos | hexcoder- | |
2020-08-31 | rewrite documentation | van Hauser | |