Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-22 | Merge pull request #1711 from atnwalk/atnwalk | van Hauser | |
AFL_POST_PROCESS_KEEP_ORIGINAL env variable for intermediate file formats and ATNwalk custom mutator | |||
2023-04-22 | typo | vanhauser-thc | |
2023-04-21 | Merge remote-tracking branch 'origin/dev' into atnwalk | Maik Betka | |
# Conflicts: # include/afl-fuzz.h # src/afl-fuzz-run.c | |||
2023-04-17 | fixed code clones in atnwalk.c, introduced new environment variable ↵ | Maik Betka | |
AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz | |||
2023-04-16 | Merge pull request #1702 from schumilo/dev | van Hauser | |
add Nyx support in afl-showmap, afl-tmin, afl-cmin and afl-analyze | |||
2023-04-16 | improved Nyx tmp dir handling (additional sanity checks) | Sergej Schumilo | |
2023-04-14 | add Nyx support in various tools (like afl-cmin) | Sergej Schumilo | |
2023-04-13 | remove -z option, use -p mmopt instead | vanhauser-thc | |
2023-04-09 | remove pointer to removed doc | vanhauser-thc | |
2023-04-05 | fix | vanhauser-thc | |
2023-04-05 | add -z switch | vanhauser-thc | |
2023-03-29 | introspection | vanhauser-thc | |
2023-03-26 | Clarify confusing version message | Chris Down | |
When running, the following gets printed in quick succession on startup: afl-fuzz++4.00c based on afl by Michal Zalewski and a large online community [...] [+] NOTE: This is v3.x which changes defaults and behaviours - see README.md Don't assert that this is v3, just that v3+ changes defaults and behaviours. | |||
2023-03-05 | Fixed according to PR comment, moved cli flag to an env variable | Amit Elkabetz | |
2023-03-05 | Added minimum interval of 1 sec to avoid undefined behaviour in interval | 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-12 | Merge pull request #1639 from apach301/fix-score-calculation | van Hauser | |
Increase fuzz_level for mopt_common_fuzzing | |||
2023-02-12 | revert perfscore 0 fix attempt | vanhauser-thc | |
2023-02-09 | cmplog exec with target_path | Yaakov Saxon | |
2023-02-08 | Validate -M and -p power schedule options | Daniil Kutz | |
2023-02-07 | fix perfscore 0 check | vanhauser-thc | |
2023-02-06 | endless loop fix | vanhauser-thc | |
2023-01-28 | fix warning | vanhauser-thc | |
2023-01-27 | Merge pull request #1628 from AFLplusplus/dev | van Hauser | |
Dev | |||
2023-01-26 | update unicorn | vanhauser-thc | |
2023-01-18 | ignore timeout env option | vanhauser-thc | |
2023-01-16 | nits | vanhauser-thc | |
2023-01-15 | ensure out fd is closed in shmem mode | vanhauser-thc | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-12-20 | hide queue introspection behind define | vanhauser-thc | |
2022-12-05 | fix warning | vanhauser-thc | |
2022-11-23 | crash fix for queue analysis feature | vanhauser-thc | |
2022-11-18 | write queue statistics | vanhauser-thc | |
2022-11-13 | Add option for random cmplog colorization | guyf2010 | |
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-24 | changelog update | vanhauser-thc | |
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-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 docs | vanhauser-thc | |
2022-08-25 | fix pizza mode | vanhauser-thc | |
2022-08-18 | better no dry run | vanhauser-thc | |