Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-01 | fix afl-showmap | vanhauser-thc | |
2024-05-29 | fix afl-showmap shmmemleak | vanhauser-thc | |
2024-05-16 | nits | vanhauser-thc | |
2024-05-14 | Fix bug of afl-showmap in collect_coverage mode | Bet4 | |
2024-04-19 | nits | vanhauser-thc | |
2024-02-03 | 2024 v4.10c release | vanhauser-thc | |
2023-07-28 | fix the file descriptor without determining null | mark0 | |
2023-06-30 | afl-showmap fix | vanhauser-thc | |
2023-06-21 | fix afl-cmin* for old afl vanilla issue | vanhauser-thc | |
2023-04-27 | afl-showmap: Start a only a single fork server (#1718) | Nick Potenski | |
A forkserver is started by afl_fsrv_get_mapsize() when dynamically finding the map size. When an input directory option is specified a second fork server was also started. This commit re-arranges the inits for several forkserver struct members so that we can re-use the server started by the get_mapsize() call when not in coresight/qemu/unicorn modes and just start the server otherwise. | |||
2023-04-27 | nits | vanhauser-thc | |
2023-04-25 | afl-cmin -T support | vanhauser-thc | |
2023-04-24 | afl-showmap -I option | vanhauser-thc | |
2023-04-21 | add dummy functions to afl-showmap for old gcc compilers | vanhauser-thc | |
2023-04-21 | dummy function for afl-showmap | vanhauser-thc | |
2023-04-20 | afl-showmap custom mutator support | vanhauser-thc | |
2023-04-16 | hidden -Y option for nyx, code format | vanhauser-thc | |
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-03-09 | code format | vanhauser-thc | |
2023-03-09 | various fixes | vanhauser-thc | |
2023-01-26 | better asan defaults everwhere | vanhauser-thc | |
2023-01-04 | code format | vanhauser-thc | |
2023-01-04 | try afl-showmap fix for qemu | vanhauser-thc | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-12-20 | fix fork server timeout in afl-showmap | vanhauser-thc | |
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 | 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 | 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-19 | nits | vanhauser-thc | |
2022-10-19 | nits | vanhauser-thc | |
2022-10-18 | Fix afl-showmap usage output (#1560) | Edward J. Schwartz | |
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-10 | code format | vanhauser-thc | |
2022-08-19 | Fix. | Eli Kobrin | |
2022-08-19 | Change map size dummy value. | Eli Kobrin | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-07-11 | nit | vanhauser-thc | |
2022-07-11 | nit | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-28 | nyx code format | vanhauser-thc | |