Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-14 | fix compilation under FreeBSD: ugly name clash of LIST_FOREACH (FreeBSDs fault) | hexcoder- | |
2020-03-11 | honor afl_quiet on env var checks + code-format | van Hauser | |
2020-03-10 | unified pointer placement | Dominik Maier | |
2020-03-10 | document new environment variables and code format | van Hauser | |
2020-03-09 | now wiht 90% less leaks | Dominik Maier | |
2020-03-09 | quickfix for first big bug that use_stdin was not correctly initialized and ↵ | van Hauser | |
could not be set | |||
2020-03-09 | replaced free with ck_free | Dominik Maier | |
2020-03-09 | fix leaks | van Hauser | |
2020-03-09 | copyleft note | Andrea Fioraldi | |
2020-03-09 | code-format | van Hauser | |
2020-03-09 | AFL without globals (#220) | Dominik Maier | |
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz | |||
2020-03-09 | Merge pull request #240 from rish9101/refactor | van Hauser | |
Remove get_cut_time function from multiple places and refactor code | |||
2020-03-09 | more code format | van Hauser | |
2020-03-09 | Remove get_cut_time function from multiple places and refactor code | rish9101 | |
2020-03-07 | Add two new hooks for the custom mutator | h1994st | |
- `afl_custom_queue_get` and `afl_custom_queue_new_entry` - Update the corresponding document and examples | |||
2020-03-07 | solve linking error when python is not available | Andrea Fioraldi | |
2020-03-07 | custom havoc mutation | Andrea Fioraldi | |
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-04 | Merge pull request #221 from h1994st/master | Andrea Fioraldi | |
Uniform Python and custom mutator API | |||
2020-03-04 | added __afl_final_loc to all compile RTs | van Hauser | |
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-02 | Refactoring `fuzz_py` API | h1994st | |
2020-03-02 | Uniform API for both Python and custom mutator | h1994st | |
2020-03-02 | Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus | h1994st | |
2020-03-02 | Add new APIs for the custom mutator | h1994st | |
2020-03-01 | migrated autoresume to use get_afl_env | Dominik Maier | |
2020-03-01 | Added AFL_AUTORESUME option | Dominik Maier | |
2020-02-29 | print OKF if an environment variable is successfully loaded - feebdack to ↵ | van Hauser | |
this please ... | |||
2020-02-29 | code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵ | van Hauser | |
and Makefile | |||
2020-02-28 | v2.62d | van Hauser | |
2020-02-28 | v2.62c | van Hauser | |
2020-02-28 | better alloc-inl.h | van Hauser | |
2020-02-28 | code-format | van Hauser | |
2020-02-27 | cpyright | Andrea Fioraldi | |
2020-02-27 | restore alloc-inl from AFL | Andrea Fioraldi | |
2020-02-24 | sync afl-as setup with afl-llvm-rt (add __afl_area_ptr[0] = 1) | hexcoder- | |
2020-02-24 | 2.61d init | van Hauser | |
2020-02-24 | v2.61c 2.61c | van Hauser | |
2020-02-24 | important InsTrim fixes! | van Hauser | |
2020-02-21 | no unnecessary warnings in test.sh | van Hauser | |
2020-02-19 | Merge pull request #202 from vanhauser-thc/cmplog_routines | Andrea Fioraldi | |
Cmplog routines for LLVM mode | |||
2020-02-19 | forgot cleanup | van Hauser | |
2020-02-18 | skeleton for rtn cmplog | Andrea Fioraldi | |
2020-02-18 | cmplog routines llvm pass | Andrea Fioraldi | |
2020-02-18 | remove heap checks in alloc-inl.h | Andrea Fioraldi | |
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-17 | code format | van Hauser | |
2020-02-17 | unsafe memory speed toggle | van Hauser | |
2020-02-16 | fix | van Hauser | |
2020-02-16 | check for mistyped env vars | van Hauser | |