about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Collapse)Author
2021-11-07Merge pull request #1141 from AFLplusplus/afl4van Hauser
cmplog enhancement variant
2021-11-06http->httpsvanhauser-thc
2021-11-03Merge pull request #1142 from AFLplusplus/devvan Hauser
Dev
2021-11-03move bitmap and saveautovanhauser-thc
2021-10-25Update real_map_size when doing a realloclazymio
2021-10-18better ui bannervanhauser-thc
2021-10-17new rtn cmplog: instrumentation side + supporting functionsvanhauser-thc
2021-10-02fix some compiler warnings in 32-bit linuxhexcoder-
2021-10-01fix -nvanhauser-thc
2021-08-12AFL_IGNORE_PROBLEMS + library checks and documentationvanhauser-thc
2021-08-10remove outdated referencesvanhauser-thc
2021-08-02fix afl_preload issues on macosvanhauser-thc
2021-07-27fix check again clang asan lib to work on mac and linux by removing a characterJesse Hertz
2021-07-08help output nitsvanhauser-thc
2021-07-08remove unneeded cmdline optionvanhauser-thc
2021-06-27Select (#995)van Hauser
* favor unfuzzed * fix * reinit table after a new fuzz
2021-06-22reverse read the queue n resumesvanhauser-thc
2021-06-21typovanhauser-thc
2021-06-10fix AFL_CAL_FASTvanhauser-thc
2021-06-07write target errors to out_dir/error.txtvanhauser-thc
2021-06-07remove -D from -Mvanhauser-thc
2021-06-01remove redundant unsetenv (#947)terrynini
2021-06-01threadsafe doc fixes, code formatvanhauser-thc
2021-05-26fix tmpfile removalvanhauser-thc
2021-05-26fix for MacOSvanhauser-thc
2021-05-25add AFL_TRY_AFFINITYvanhauser-thc
2021-05-25AFL_SKIP_CRASHES is obsolete since 3.0vanhauser-thc
2021-05-22Typohexcoder
2021-05-22turn off map size detection if skip_bin_check is setvanhauser-thc
2021-05-21lenient dict parsing, no map size enum for binary fuzzingvanhauser-thc
2021-05-19cleaned up AFL_PRINT_FILENAMES envDominik Maier
2021-05-19fix afl-fuzz.c frida preloadAndrea Fioraldi
2021-05-19mergeAndrea Fioraldi
2021-05-17FASAN Support (#918)WorksButNotTested
* FASAN Support * Fix handling of Address Sanitizer DSO * Changes to identification of Address Sanitizer DSO Co-authored-by: Your Name <you@example.com>
2021-05-15additional safety checks for restartsDominik Maier
2021-05-11fix a few cur_time usesvanhauser-thc
2021-05-07Exit on time (#904)Roman M. Iudichev
* Variable AFL_EXIT_ON_TIME description has been added. Variables AFL_EXIT_ON_TIME and afl_exit_on_time has been added. afl->exit_on_time variable initialization has been added. The asignment of a value to the afl->afl_env.afl_exit_on_time variable from environment variables has been added. Code to exit on timeout if new path not found has been added. * Type of afl_exit_on_time variable has been changed. Variable exit_on_time has been added to the afl_state_t structure. * Command `export AFL_EXIT_WHEN_DONE=1` has been added. * Millisecond to second conversion has been added. Call get_cur_time() has been added. * Revert to using the saved current time value. * Useless check has been removed.
2021-05-01remove the input file .cur_input at the end of the fuzzing, if AFL_TMPDIR is ↵hexcoder-
used
2021-04-29nitsvanhauser-thc
2021-04-28Frida persistent (#880)WorksButNotTested
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog * Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC * Various minor fixes and finished support for AFL_INST_LIBS * Review changes Co-authored-by: Your Name <you@example.com>
2021-04-16fixesvanhauser-thc
2021-04-15cmplog -l3: disable trimming, forcing input2stage for allvanhauser-thc
2021-04-15remove duplicate plot file writevanhauser-thc
2021-04-15fix writing stat file on exitvanhauser-thc
2021-03-27ensure one fuzzer sync per cycle, cycle introspectionvanhauser-thc
2021-03-25Merge pull request #833 from WorksButNotTested/fridavan Hauser
Frida
2021-03-25Fix support for afl-cmin and updated READMEYour Name
2021-03-25update dynamic listvanhauser-thc
2021-03-25remove warningsvanhauser-thc
2021-03-24Add support for FRIDA modeYour Name