about summary refs log tree commit diff
path: root/include/envs.h
AgeCommit message (Collapse)Author
2020-03-09more code formatvan Hauser
2020-03-05Add LTO collision free llvm_mode (#223)van Hauser
* first new implementation, only works with AFL_DONT_OPTIMIZE * bug hunting * interim commit * finalized LTO non-collision solution * update documentation * merge resulted in some problems, fixing these * added lto env to env check * fixed llvm weirdness to messes up our instrumentation due CFG rewrite optimizations * all llvm instrumentation issues have been resolved! :-) * llvm 9 is required (so far) * update lto readme
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-24important InsTrim fixes!van Hauser
2020-02-21no unnecessary warnings in test.shvan Hauser
2020-02-17that env is not for the users, it is an internal env used to tell qemu that ↵Andrea Fioraldi
we want the cmplog shmem
2020-02-16fixvan Hauser