about summary refs log tree commit diff
path: root/docs
AgeCommit message (Collapse)Author
2020-05-15v2.65cvan Hauser
2020-05-15added critical whitespaceDominik Maier
2020-05-14fix afl-clang-fast help outputvan Hauser
2020-05-14added unicornafl fix infoDominik Maier
2020-05-14deprecated AFL_POST_LIBRARYvan Hauser
2020-05-13Add post library API as custom mutator and rename pre_saverish9101
2020-05-12missing env varvan Hauser
2020-05-12enforce mandatary custom functionsvan Hauser
2020-05-10Specify usage of multiple custom mutatorsrish9101
2020-05-09Update docs and Changelog for custom_mutators (#355)Rishi Ranjan
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-06aarch64 support for afl-untracervan Hauser
2020-05-06added InsTrimLTO :-)van Hauser
2020-05-05fixed typosvan Hauser
2020-05-05ctx+ngram for instrimvan Hauser
2020-05-05fix crash in AFL_LLVM_LAF_TRANSFORM_COMPARESvan Hauser
2020-05-04ctx and ngram can be used together nowvan Hauser
2020-05-02AFL_LLVM_SKIP_NEVERZERO addedvan Hauser
2020-04-30afl-untracer completedvan Hauser
2020-04-29added afl_network_proxyvan Hauser
2020-04-29added afl-proxy to examplesvan Hauser
2020-04-27fix for afl-showmap with -Qvan Hauser
2020-04-26fix negative stability bug (hopefully)van Hauser
2020-04-25add to changelogvan Hauser
2020-04-25remove empty linevan Hauser
2020-04-24variable map size fix, error reporting through forkserver, code formatvan Hauser
2020-04-23add documentation for LTO fixed map address featurevan Hauser
2020-04-20wordingvan Hauser
2020-04-19clean and deepclean Makefile updatesvan Hauser
2020-04-19update documentationvan Hauser
2020-04-18fix docs typoshexcoder-
2020-04-17v2.64d initvan Hauser
2020-04-17++2.64cvan Hauser
2020-04-17added bugfix infosDominik Maier
2020-04-17done implementing AFL_MAP_SIZEvan Hauser
2020-04-17added AFL_MAP_SIZE (wip)van Hauser
2020-04-17fix plot_data output and code-formatvan Hauser
2020-04-14NO_PYTHON documentedDominik Maier
2020-04-13allow -L -1 to enable mopt in parallel to classic mutationvan Hauser
2020-04-12updated changelogvan Hauser
2020-04-11more refactoring and update changelogvan Hauser
2020-04-10LTO optimization, variable map size, autodictionary (#307)van Hauser
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo
2020-04-09fix compilers for empty AFL_CC/AFL_CXX envvan Hauser
2020-04-09LTO llvm11 (#302)van Hauser
* new LTO mode for llvm 11 * remove unneeded afl-ld and env vars
2020-04-092.63d initvan Hauser
2020-04-09push new version 2.63cvan Hauser
2020-04-09added snapshot feature to documentationvan Hauser
2020-04-09ctx donevan Hauser