about summary refs log tree commit diff
path: root/src/afl-fuzz-run.c
AgeCommit message (Collapse)Author
2020-05-07fix static and profiling compilation and add profiling calculationvan Hauser
2020-04-26fix negative stability bug (hopefully)van Hauser
2020-04-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-17fix plot_data output and code-formatvan Hauser
2020-04-16renamed duplicated func namesDominik Maier
2020-04-16decoupled run and classifyDominik Maier
2020-04-16code-formatDominik Maier
2020-04-15somewhat unified write_to_testcaseDominik Maier
2020-04-15fix document modevan Hauser
2020-04-15changed run_targetDominik Maier
2020-04-14code formatDominik Maier
2020-04-14unified forkservered run_target, fixes #308Dominik Maier
2020-04-13allow -L -1 to enable mopt in parallel to classic mutationvan Hauser
2020-04-13fix all cmplog errorsAndrea Fioraldi
2020-04-13fix some cmplog refactoring bugsAndrea Fioraldi
2020-04-12Better solution for ARM64 build fix (#315)David CARLIER
2020-04-12build on arm64 fix. tested on Android. (#313)David CARLIER
2020-04-11more refactoring and update changelogvan Hauser
2020-04-11refactored cmplogDominik Maier
2020-04-10LTO 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-10resize fix + code formatDominik Maier
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