about summary refs log tree commit diff
path: root/docs/env_variables.md
AgeCommit message (Collapse)Author
2020-06-30Big renaming (#429)van Hauser
* first commit, looks good * fix ascii percentage calc * fix ascii percentage calc * modify txt configs for test * further refinement * Revert "Merge branch 'text_inputs' into dev" This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b. * blacklist -> ignore renaming * rename whitelist -> instrumentlist * reduce the time interval in which the secondaries sync Co-authored-by: root <root@localhost.localdomain>
2020-05-23AFL_LLVM_LAF_ALLvan Hauser
2020-05-14deprecated AFL_POST_LIBRARYvan Hauser
2020-05-07added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument ↵van Hauser
single block functions
2020-05-06added InsTrimLTO :-)van Hauser
2020-05-05fixed typosvan Hauser
2020-05-04ctx and ngram can be used together nowvan Hauser
2020-05-02AFL_LLVM_SKIP_NEVERZERO addedvan Hauser
2020-04-25remove empty linevan Hauser
2020-04-23add documentation for LTO fixed map address featurevan Hauser
2020-04-17done implementing AFL_MAP_SIZEvan 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-09added snapshot feature to documentationvan Hauser
2020-04-09ctx donevan Hauser
2020-04-09added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵van Hauser
fix, fixed for FUSELD (for LTO)
2020-04-01add CFI sanitizervan Hauser
2020-03-20added llvm_mode ngram coveragevan Hauser
2020-03-10document new environment variables and code formatvan Hauser
2020-03-04Update examples of the custom mutatorh1994st
- Merge `examples/python_mutators` into `examples/custom_mutators` - Remove `examples/python_mutators` - Update existing examples to demonstrate new APIs
2020-03-03Update the documents of the custom mutatorh1994st
- Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md
2020-03-03Finish refactoring APIs for the custom mutator and Python moduleh1994st
- Remove AFL_PYTHON_ONLY (env) and python_only (variable) - Unify fuzz API of the custom mutator and Python module - Merge the custom mutator into the old python_stage, which is now renamed to custom_mutator_stage
2020-03-01Added AFL_AUTORESUME optionDominik Maier
2020-02-29code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵van Hauser
and Makefile
2020-02-28add env info to afl-fuzz (please review!), small clarifications in ↵hexcoder-
docs/env_variables.md
2020-02-25fix references to README docshexcoder-
2020-02-20add AFL_DEBUG to docs/envvan Hauser
2020-02-16fix UBSAN handling, update docshexcoder-
2020-02-03fix MDsvan Hauser
2020-02-03s/experimental\//examples\/gAndrea Fioraldi
2020-02-03update a bit the docAndrea Fioraldi