Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-13 | Add option for random cmplog colorization | guyf2010 | |
2022-11-11 | afl_custom_fuzz_send added | vanhauser-thc | |
2022-11-10 | Merge pull request #1576 from AFLplusplus/persistent_mode_always | van Hauser | |
Persistent mode always | |||
2022-11-10 | more llvm16 fixes | vanhauser-thc | |
2022-11-10 | try llvm 16 fix | vanhauser-thc | |
2022-11-09 | Didn't mean to change that | Dominik Maier | |
2022-11-09 | fmt | Dominik Maier | |
2022-11-09 | Always enable persistent mode, no env/bincheck needed | Dominik Maier | |
2022-11-02 | warn for -t none | vanhauser-thc | |
2022-11-02 | Merge pull request #1570 from edmcman/showmap-timeout | van Hauser | |
Fix -t none in afl-showmap | |||
2022-11-02 | Use a long timeout instead of 0 for afl-showmap -t none | Edward J. Schwartz | |
2022-10-29 | fix | vanhauser-thc | |
2022-10-29 | nits | vanhauser-thc | |
2022-10-29 | fix fork server kill signals for qemu, unicorn and nyx mode | vanhauser-thc | |
2022-10-28 | Add braces | Edward J. Schwartz | |
2022-10-27 | Fix -t none in afl-showmap | Edward J. Schwartz | |
2022-10-24 | changelog update | vanhauser-thc | |
2022-10-24 | Merge pull request #1563 from nbars/stable | van Hauser | |
Fix child reaping on fuzzer termination | |||
2022-10-24 | Update usage messages | Nils Bars | |
2022-10-24 | AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblity | Nils Bars | |
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set to the same value. | |||
2022-10-21 | Add AFL_FORK_SERVER_KILL_SIGNAL environment variable. | Nils Bars | |
The AFL_FORK_SERVER_KILL_SIGNAL variable allows to configure the signal used to kill the fork server on termination. | |||
2022-10-20 | Fix child reaping on fuzzer termination | Nils Bars | |
This commit contains the following changes: - Call `waitpid()` on the child and the fork server when terminating the fuzzer; thus, we do not end up with zombies. - Rename `fsrv.kill_signal` to `fsrv.child_kill_signal`, since the documentation states that the signal is used to terminate the *child*. - Use SIGTERM instead of fsrv.(child)_kill_signal, thus the fork server can always reap the child. | |||
2022-10-20 | Fix -rpath argument | Edward J. Schwartz | |
2022-10-19 | nits | vanhauser-thc | |
2022-10-19 | nits | vanhauser-thc | |
2022-10-18 | Fix afl-showmap usage output (#1560) | Edward J. Schwartz | |
2022-10-15 | Fix exit_on_time (#1555) | Kobrin Eli | |
2022-10-11 | fastexit + code format | vanhauser-thc | |
2022-10-07 | auto shmem fuzzing (#1541) | van Hauser | |
* auto shmem fuzzing * print warning when forcing shmem fuzzing * typos * Shmem always * typo fix * fixes Co-authored-by: Dominik Maier <dmnk@google.com> | |||
2022-09-17 | fix help links | vanhauser-thc | |
2022-09-17 | fix docs | vanhauser-thc | |
2022-09-14 | Fix loading and registeration of LTO pass for new pass manager | Nikita Popov | |
2022-09-10 | code format | vanhauser-thc | |
2022-09-07 | analyze_run_target return dataconversion | CodeLogicError | |
analyze_run_target create u64 data and return u32 | |||
2022-08-25 | fix pizza mode | vanhauser-thc | |
2022-08-25 | fix gcc_mode cmplog | vanhauser-thc | |
2022-08-19 | Fix. | Eli Kobrin | |
2022-08-19 | Change map size dummy value. | Eli Kobrin | |
2022-08-19 | add malloc check | vanhauser-thc | |
2022-08-19 | shorter calibration | vanhauser-thc | |
2022-08-18 | better no dry run | vanhauser-thc | |
2022-08-17 | alt no cal | vanhauser-thc | |
2022-08-15 | filter pipe in gcc_mode | vanhauser-thc | |
2022-08-14 | better handling of -fsanitize=..,...,.. lists | vanhauser-thc | |
2022-08-14 | add AFL_NO_STARTUP_CALIBRATION feature | vanhauser-thc | |
2022-07-24 | code format with clang-format-14 | yuawn | |
2022-07-24 | fix sentence & code format | yuawn | |
2022-07-24 | fix message overflow | yuawn | |
2022-07-21 | fix pizza mode | vanhauser-thc | |
2022-07-19 | remove debug | vanhauser-thc | |