Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-09 | now wiht 90% less leaks | 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 | 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-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-18 | skeleton for rtn cmplog | Andrea Fioraldi | |
2020-02-07 | afl qemu persistent hook | Andrea Fioraldi | |
2020-02-01 | AFL_ALIGNED_ALLOC in libdislocator | Andrea Fioraldi | |
2020-01-30 | Merge branch 'master' into CmpLog | Andrea Fioraldi | |
2020-01-30 | cmplog runtime for LLVM | Andrea Fioraldi | |
2020-01-20 | fixed Heiko's global search-replace :) | van Hauser | |
2020-01-17 | format | Andrea Fioraldi | |
2020-01-17 | first experiment cmplog | Andrea Fioraldi | |
2019-12-31 | v2.60d and year 2020 init | van Hauser | |
2019-12-30 | critical bugfix for afl-tmin | van Hauser | |
2019-12-06 | IOS build fix. | David Carlier | |
system call is disabled on this platform. | |||
2019-12-02 | added -N no_unlink option | van Hauser | |
2019-12-02 | code format (contributors, do it!) | Andrea Fioraldi | |
2019-11-11 | Android PR integration | van Hauser | |
2019-11-11 | Merge branch 'master' into radamsa | Andrea Fioraldi | |
2019-11-11 | libradamsa dlopen | Andrea Fioraldi | |
2019-11-05 | test unicorn && AFL_DISABLE_TRIM env var | Andrea Fioraldi | |
2019-10-26 | Porting cpu affinity to DragonFly. | David Carlier | |
Thanks their API is very similar in this area. | |||
2019-10-24 | enhanced radamsa integration | van Hauser | |
2019-10-19 | Remove lcamtuf's old email from Google (not valid anymore), also remove ↵ | hexcoder- | |
maintainance from him. | |||
2019-10-19 | add gcc_plugin to code formatter and run it | hexcoder- | |
2019-10-11 | fix FreeBSD compile error 'NBBY' is not defined | hexcoder- | |
2019-10-10 | radamsa mutator as havoc cycle replacement with probability 1/24 | Andrea Fioraldi | |
2019-10-08 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2019-10-08 | persistent qemu should now works as expected | Andrea Fioraldi | |
2019-10-08 | added afl-fuzz -I cmdline option | van Hauser | |
2019-10-05 | bind_to_free_cpu NetBSD's turn | David Carlier | |
2019-10-04 | general maintance | van Hauser | |
2019-10-04 | Binding to the first free cpu, porting to FreeBSD | David Carlier | |
2019-09-22 | afl-fuzz mutation documentation feature | van Hauser | |
2019-09-18 | Merge pull request #60 from vanhauser-thc/wine_mode | Andrea Fioraldi | |
Wine mode | |||
2019-09-18 | qemu persistent GPR | Andrea Fioraldi | |
2019-09-17 | wine mode first commit | Andrea Fioraldi | |
2019-09-16 | added afl_custom_mutator_only | van Hauser | |