Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-07 | Merge pull request #1141 from AFLplusplus/afl4 | van Hauser | |
cmplog enhancement variant | |||
2021-11-06 | http->https | vanhauser-thc | |
2021-11-03 | Merge pull request #1142 from AFLplusplus/dev | van Hauser | |
Dev | |||
2021-11-03 | move bitmap and saveauto | vanhauser-thc | |
2021-10-25 | Update real_map_size when doing a realloc | lazymio | |
2021-10-18 | better ui banner | vanhauser-thc | |
2021-10-17 | new rtn cmplog: instrumentation side + supporting functions | vanhauser-thc | |
2021-10-02 | fix some compiler warnings in 32-bit linux | hexcoder- | |
2021-10-01 | fix -n | vanhauser-thc | |
2021-08-12 | AFL_IGNORE_PROBLEMS + library checks and documentation | vanhauser-thc | |
2021-08-10 | remove outdated references | vanhauser-thc | |
2021-08-02 | fix afl_preload issues on macos | vanhauser-thc | |
2021-07-27 | fix check again clang asan lib to work on mac and linux by removing a character | Jesse Hertz | |
2021-07-08 | help output nits | vanhauser-thc | |
2021-07-08 | remove unneeded cmdline option | vanhauser-thc | |
2021-06-27 | Select (#995) | van Hauser | |
* favor unfuzzed * fix * reinit table after a new fuzz | |||
2021-06-22 | reverse read the queue n resumes | vanhauser-thc | |
2021-06-21 | typo | vanhauser-thc | |
2021-06-10 | fix AFL_CAL_FAST | vanhauser-thc | |
2021-06-07 | write target errors to out_dir/error.txt | vanhauser-thc | |
2021-06-07 | remove -D from -M | vanhauser-thc | |
2021-06-01 | remove redundant unsetenv (#947) | terrynini | |
2021-06-01 | threadsafe doc fixes, code format | vanhauser-thc | |
2021-05-26 | fix tmpfile removal | vanhauser-thc | |
2021-05-26 | fix for MacOS | vanhauser-thc | |
2021-05-25 | add AFL_TRY_AFFINITY | vanhauser-thc | |
2021-05-25 | AFL_SKIP_CRASHES is obsolete since 3.0 | vanhauser-thc | |
2021-05-22 | Typo | hexcoder | |
2021-05-22 | turn off map size detection if skip_bin_check is set | vanhauser-thc | |
2021-05-21 | lenient dict parsing, no map size enum for binary fuzzing | vanhauser-thc | |
2021-05-19 | cleaned up AFL_PRINT_FILENAMES env | Dominik Maier | |
2021-05-19 | fix afl-fuzz.c frida preload | Andrea Fioraldi | |
2021-05-19 | merge | Andrea Fioraldi | |
2021-05-17 | FASAN 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-15 | additional safety checks for restarts | Dominik Maier | |
2021-05-11 | fix a few cur_time uses | vanhauser-thc | |
2021-05-07 | Exit 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-01 | remove the input file .cur_input at the end of the fuzzing, if AFL_TMPDIR is ↵ | hexcoder- | |
used | |||
2021-04-29 | nits | vanhauser-thc | |
2021-04-28 | Frida 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-16 | fixes | vanhauser-thc | |
2021-04-15 | cmplog -l3: disable trimming, forcing input2stage for all | vanhauser-thc | |
2021-04-15 | remove duplicate plot file write | vanhauser-thc | |
2021-04-15 | fix writing stat file on exit | vanhauser-thc | |
2021-03-27 | ensure one fuzzer sync per cycle, cycle introspection | vanhauser-thc | |
2021-03-25 | Merge pull request #833 from WorksButNotTested/frida | van Hauser | |
Frida | |||
2021-03-25 | Fix support for afl-cmin and updated README | Your Name | |
2021-03-25 | update dynamic list | vanhauser-thc | |
2021-03-25 | remove warnings | vanhauser-thc | |
2021-03-24 | Add support for FRIDA mode | Your Name | |