Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-09 | more code format | van Hauser | |
2020-03-05 | Add 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-03 | Finish refactoring APIs for the custom mutator and Python module | h1994st | |
- 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-01 | Added AFL_AUTORESUME option | Dominik Maier | |
2020-02-29 | code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵ | van Hauser | |
and Makefile | |||
2020-02-24 | important InsTrim fixes! | van Hauser | |
2020-02-21 | no unnecessary warnings in test.sh | van Hauser | |
2020-02-17 | that 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-16 | fix | van Hauser | |