Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-09 | code format, small improvements | van Hauser | |
2020-04-01 | next_p2 replaced by next_pow2 | Dominik Maier | |
2020-04-01 | code format | Dominik Maier | |
2020-04-01 | one less alloc | Dominik Maier | |
2020-04-01 | fixed bug in cmplog | Dominik Maier | |
2020-04-01 | added read_timed | Dominik Maier | |
2020-04-01 | tiny changes in custom mut api | Dominik Maier | |
2020-04-01 | fix warning in afl-fuzz-run, tested with '-m32' also | hexcoder- | |
2020-04-01 | more custom mutator remodelling | Dominik Maier | |
2020-03-27 | more api | Dominik Maier | |
2020-03-27 | edited custom mutator pre_save api | Dominik Maier | |
2020-03-27 | code format | Dominik Maier | |
2020-03-27 | fixed call of custom mutators | Dominik Maier | |
2020-03-23 | unsafer | Dominik Maier | |
2020-03-23 | less branches, cleanup | Dominik Maier | |
2020-03-21 | remove debug code | van Hauser | |
2020-03-21 | moved string formatting to header | Dominik Maier | |
2020-03-21 | test.sh fix | van Hauser | |
2020-03-21 | test.sh with -no-pie | van Hauser | |
2020-03-19 | no more (?) statics | Dominik Maier | |
2020-03-19 | code format | Dominik Maier | |
2020-03-19 | 50% less globals | Dominik Maier | |
2020-03-15 | fix afl-fuzz-document | van Hauser | |
2020-03-15 | fauxserver | Dominik Maier | |
2020-03-11 | Replace timer with select in forkserver, where possible (#246) | Rishi Ranjan | |
2020-03-10 | unified pointer placement | Dominik Maier | |
2020-03-10 | removed debug output | van Hauser | |
2020-03-10 | Replace alarms with select and threads (#243) | Rishi Ranjan | |
* Use select to monitor forkserver for timeouts instead of alarm * Remove redundent conditons in select monitoring of fdsin forkserver and cmplog * Replace SIGALARM with POSIX timers in afl-fuzz-run * Make changes to Makefile to use POSIX timers * Resolve Merge Conflicts and rename variables accordingly * Change forkserver and cmplog to handle exec_tmout = 0 * Handle timeout function bug rectify * Add error handling to afl-fuzz run timers * Add timer_delete to afl-fuzz-run * Remove memory leaks | |||
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-05 | Fix leaks when stopping afl (#228) | Dominik Maier | |
2020-03-04 | fix null ptr deref before trim_case_custom call | 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 | Uniform API for both Python and custom mutator | h1994st | |
2020-01-31 | stop the fuzzer if AFL_QEMU_PERSISTENT_ADDR is wrong | Andrea Fioraldi | |
2020-01-30 | Merge branch 'master' into CmpLog | Andrea Fioraldi | |
2020-01-20 | fixed Heiko's global search-replace :) | van Hauser | |
2020-01-17 | first experiment cmplog | Andrea Fioraldi | |
2019-12-31 | v2.60d and year 2020 init | van Hauser | |
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-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-18 | revert patch | van Hauser | |
2019-10-04 | general maintance | van Hauser | |
2019-10-01 | Improved error messaging when unable to communicate with the fork server | Matt C | |
2019-09-22 | afl-fuzz mutation documentation feature | van Hauser | |
2019-09-12 | first version of persistent QEMU | Andrea Fioraldi | |