Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-05 | implement switch mode | vanhauser-thc | |
2023-04-05 | fix for clang | vanhauser-thc | |
2023-04-05 | mut changes | vanhauser-thc | |
2023-04-04 | mutation lists | vanhauser-thc | |
2023-04-04 | mode switch | vanhauser-thc | |
2023-04-04 | nit | vanhauser-thc | |
2023-04-04 | max_len support | vanhauser-thc | |
2023-04-04 | prepare for strategies | vanhauser-thc | |
2023-04-02 | allow pizza mode to be disabled | vanhauser-thc | |
2023-03-27 | time_wo_finds in fuzzer_stats | vanhauser-thc | |
2023-03-09 | code format | vanhauser-thc | |
2023-03-09 | various fixes | vanhauser-thc | |
2023-03-05 | Fixed according to PR comment, moved cli flag to an env variable | Amit Elkabetz | |
2023-03-05 | auto code format fixes | Amit Elkabetz | |
2023-03-05 | Added flag -u to allow custom interval to update fuzzer_stats file | Amit Elkabetz | |
2023-02-23 | regression fix | vanhauser-thc | |
2023-02-21 | Merge pull request #1651 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-02-15 | debug output | vanhauser-thc | |
2023-02-13 | AFL_LLVM_DICT2FILE_NO_MAIN support | vanhauser-thc | |
2023-02-13 | autodisable and better performance | vanhauser-thc | |
2023-02-08 | Update forkserver.h | Marcello Maugeri | |
Fix typo | |||
2023-02-06 | more options | vanhauser-thc | |
2023-02-04 | changes | vanhauser-thc | |
2023-01-31 | Add support for disabling branch suppression | Your | |
2023-01-27 | Merge pull request #1628 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-01-26 | better asan defaults everwhere | vanhauser-thc | |
2023-01-19 | lots of fixes | vanhauser-thc | |
2023-01-18 | autotoken: splicing; splice_optout | vanhauser-thc | |
2023-01-18 | ignore timeout env option | vanhauser-thc | |
2023-01-17 | autotokens: print stats at exit | vanhauser-thc | |
2023-01-15 | dictionary support | vanhauser-thc | |
2023-01-05 | 4.06a init | vanhauser-thc | |
2023-01-05 | 4.05c release | vanhauser-thc | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-12-20 | hide queue introspection behind define | vanhauser-thc | |
2022-12-12 | add cmplog envs | vanhauser-thc | |
2022-11-18 | write queue statistics | vanhauser-thc | |
2022-11-14 | Merge pull request #1580 from guyf2010/dev | van Hauser | |
Add option for random cmplog colorization | |||
2022-11-14 | fix python | vanhauser-thc | |
2022-11-14 | fix python | vanhauser-thc | |
2022-11-13 | Add option for random cmplog colorization | guyf2010 | |
2022-11-11 | afl_custom_fuzz_send added | vanhauser-thc | |
2022-10-30 | add env | vanhauser-thc | |
2022-10-29 | fix fork server kill signals for qemu, unicorn and nyx mode | vanhauser-thc | |
2022-10-24 | changelog update | vanhauser-thc | |
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-11 | v4.05a init | vanhauser-thc | |
2022-10-11 | v4.04c | vanhauser-thc | |