Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-14 | cmplog is now better | Andrea Fioraldi | |
2020-04-13 | fixed uaf and warnings | Dominik Maier | |
2020-04-13 | allow -L -1 to enable mopt in parallel to classic mutation | van Hauser | |
2020-04-12 | Better solution for ARM64 build fix (#315) | David CARLIER | |
2020-04-12 | build on arm64 fix. tested on Android. (#313) | David CARLIER | |
2020-04-10 | LTO optimization, variable map size, autodictionary (#307) | van Hauser | |
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo | |||
2020-04-01 | reenabled custom mutator report | Dominik Maier | |
2020-04-01 | fixed example | Dominik Maier | |
2020-04-01 | afl-fuzz-one.c: minor update | h1994st | |
2020-04-01 | Fix heap allocation bug | h1994st | |
- Reason: `afl->out_size` is not consistent with the actual allocation of `afl->out_buf`. The deleted line in `src/afl-fuzz-one.c` may change `afl->out_size`, but `afl->out_buf` is not changed | |||
2020-04-01 | tiny changes in custom mut api | Dominik Maier | |
2020-04-01 | more custom mutator remodelling | Dominik Maier | |
2020-04-01 | fixed leak | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | almost | Dominik Maier | |
2020-03-27 | code format | Dominik Maier | |
2020-03-27 | fixed call of custom mutators | Dominik Maier | |
2020-03-23 | less branches, cleanup | Dominik Maier | |
2020-03-22 | little performance enhancements | van Hauser | |
2020-03-21 | renamed UB to rand_below | Dominik Maier | |
2020-03-21 | remove debug code | van Hauser | |
2020-03-21 | test.sh with -no-pie | van Hauser | |
2020-03-19 | code format | Dominik Maier | |
2020-03-19 | 50% less globals | Dominik Maier | |
2020-03-11 | honor afl_quiet on env var checks + code-format | van Hauser | |
2020-03-10 | unified pointer placement | Dominik Maier | |
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 | more code format | van Hauser | |
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 | 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-02-24 | important InsTrim fixes! | van Hauser | |
2020-02-21 | improve redqueen not looking in orig buf | Andrea Fioraldi | |
2020-02-21 | fix oob flip_bit in mopt code | Andrea Fioraldi | |
2020-02-18 | skeleton for rtn cmplog | Andrea Fioraldi | |
2020-02-11 | dictionary insert stage count bugfix | van Hauser | |
2020-01-30 | Merge branch 'master' into CmpLog | 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 | |
2020-01-06 | moar moar copyrights | Andrea Fioraldi | |
2020-01-02 | remove unnecessary conditions | van Hauser | |
2019-12-31 | v2.60d and year 2020 init | van Hauser | |
2019-12-02 | code format (contributors, do it!) | Andrea Fioraldi | |
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 | |