Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-23 | added AFL_MAX_DET_EXTRAS env var | Dominik Maier | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-08 | initial integration | van Hauser | |
2020-08-05 | add sancov-like allow/denylist instrument feature | van Hauser | |
2020-07-31 | add LTO AFL_LLVM_DOCUMENT_IDS feature | van Hauser | |
2020-07-22 | epand havoc now env | Andrea Fioraldi | |
2020-07-21 | added andrea's splicing, added cycle_schedules | van Hauser | |
2020-07-01 | warn on deprecated env vars | van Hauser | |
2020-03-15 | fix errors in last commit (u8)afl_get_env | van Hauser | |
2020-03-15 | Move afl-fuzz related env variables into afl_state_t (#252) | Rishi Ranjan | |
* Move afl-fuzz related env variables into afl_state_t * Move the env variables assignment from fuzz_init and code Format * Fix typo * Remove redundant env variables from afl_env struct * Rename function to read_afl_environment | |||
2020-03-10 | document new environment variables and code format | van Hauser | |
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 | |