about summary refs log tree commit diff
path: root/docs
AgeCommit message (Collapse)Author
2020-12-01added AFL_NO_AUTODICTvan Hauser
2020-11-19fixed child not killed with -cvan Hauser
2020-11-18Use buffer protocol to retrieve result from python post_process (#605)Dustin Spicuzza
Saves an extra copy, gives post processing functions more flexibility
2020-11-18typos and wordinghexcoder
2020-11-18more info about child_debugDominik Maier
2020-11-18renamed env var to AFL_DEBUG_CHILDDominik Maier
2020-11-18brought back missing env varsDominik Maier
2020-11-16support AFL_LLVM_INSTRUMENT env for our own PCGUARDvan Hauser
2020-11-10support custom mutator introspectionvan Hauser
2020-11-02match mopt to havocvan Hauser
2020-11-01added mutation introspection make targetvan Hauser
2020-10-31add helper script repovan Hauser
2020-10-31add our own inline trace-pc-guardvan Hauser
2020-10-30review, mark env variables, linkifyhexcoder-
2020-10-30recover heikos faq changesvan Hauser
2020-10-26add no splicing compile option and print used compile options in afl-fuzz helpvan Hauser
2020-10-14add documentationvan Hauser
2020-10-13fix custom mutator docvan Hauser
2020-10-12no -M/-S: auto-set -S defaultvan Hauser
2020-10-11Add documentation for StatsDEdznux
2020-10-11add new seed selection algo and make it the defaultvan Hauser
2020-10-10determinstic fuzzing is now disabled by defaultvan Hauser
2020-10-10fix typovan Hauser
2020-10-09 -m none is the default nowvan Hauser
2020-09-29small improvements to Marcel's patch, fix laf-intel + redqueen crashesvan Hauser
2020-09-23Update Changelog.mdDominik Maier
2020-09-22code-format, and no code-format for custom mutatorsvan Hauser
2020-09-10add libfuzzer custom mutator, minor enhancements and fixesvan Hauser
2020-09-09new custom mutator: symccvan Hauser
2020-09-08new gcc_plugin integrationvan Hauser
2020-09-08rewrite gcc pluginAlexandre 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-06update ideasvan Hauser
2020-09-06add std::string and bcmp to dictionary functionsvan Hauser
2020-09-05 -p seek is now the defaultvan Hauser
2020-09-05skip crashes but keep for splicesvan Hauser
2020-09-05cmp dict for LTOvan Hauser
2020-09-05final changes for pre-3.0vanhauser-thc
2020-09-04v2.68cvan Hauser
2020-09-04more changes to fuzzer_setupvan Hauser
2020-09-02minor FAQ fixesvan Hauser
2020-09-01added the grammar mutator as a git submodule + documentationvan Hauser
2020-09-01Review FAQ.mdhexcoder
2020-08-31update changelogvan Hauser
2020-08-31Update parallel_fuzzing.mdploppelop
fix multisystem example
2020-08-31update gitignorevan Hauser
2020-08-31fix docsvan Hauser
2020-08-31fix for MacOS sudovan Hauser
2020-08-31typos/wordinghexcoder-
2020-08-31typoshexcoder-
2020-08-31rewrite documentationvan Hauser