about summary refs log tree commit diff
path: root/src/afl-fuzz-run.c
AgeCommit message (Collapse)Author
2020-04-09code format, small improvementsvan Hauser
2020-04-01next_p2 replaced by next_pow2Dominik Maier
2020-04-01code formatDominik Maier
2020-04-01one less allocDominik Maier
2020-04-01fixed bug in cmplogDominik Maier
2020-04-01added read_timedDominik Maier
2020-04-01tiny changes in custom mut apiDominik Maier
2020-04-01fix warning in afl-fuzz-run, tested with '-m32' alsohexcoder-
2020-04-01more custom mutator remodellingDominik Maier
2020-03-27more apiDominik Maier
2020-03-27edited custom mutator pre_save apiDominik Maier
2020-03-27code formatDominik Maier
2020-03-27fixed call of custom mutatorsDominik Maier
2020-03-23unsaferDominik Maier
2020-03-23less branches, cleanupDominik Maier
2020-03-21remove debug codevan Hauser
2020-03-21moved string formatting to headerDominik Maier
2020-03-21test.sh fixvan Hauser
2020-03-21test.sh with -no-pievan Hauser
2020-03-19no more (?) staticsDominik Maier
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-15fix afl-fuzz-documentvan Hauser
2020-03-15fauxserverDominik Maier
2020-03-11Replace timer with select in forkserver, where possible (#246)Rishi Ranjan
2020-03-10unified pointer placementDominik Maier
2020-03-10removed debug outputvan Hauser
2020-03-10Replace 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-09code-formatvan Hauser
2020-03-09AFL 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-09more code formatvan Hauser
2020-03-05Fix leaks when stopping afl (#228)Dominik Maier
2020-03-04fix null ptr deref before trim_case_custom callAndrea Fioraldi
2020-03-03Finish refactoring APIs for the custom mutator and Python moduleh1994st
- 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-02Uniform API for both Python and custom mutatorh1994st
2020-01-31stop the fuzzer if AFL_QEMU_PERSISTENT_ADDR is wrongAndrea Fioraldi
2020-01-30Merge branch 'master' into CmpLogAndrea Fioraldi
2020-01-20fixed Heiko's global search-replace :)van Hauser
2020-01-17first experiment cmplogAndrea Fioraldi
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-02added -N no_unlink optionvan Hauser
2019-12-02code format (contributors, do it!)Andrea Fioraldi
2019-11-11Android PR integrationvan Hauser
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-19add gcc_plugin to code formatter and run ithexcoder-
2019-10-18revert patchvan Hauser
2019-10-04general maintancevan Hauser
2019-10-01Improved error messaging when unable to communicate with the fork serverMatt C
2019-09-22afl-fuzz mutation documentation featurevan Hauser
2019-09-12first version of persistent QEMUAndrea Fioraldi