Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-06 | likely | vanhauser-thc | |
2024-02-29 | fix not using autodict | vanhauser-thc | |
2024-02-29 | Merge pull request #2014 from seanm/issue2007 | van Hauser | |
Issue #2007: add filename extension to /crashes files | |||
2024-02-28 | Load autodictionary when using new forkserver | Martin Nyhus | |
Fixes a bug where the new fork server would decrement dict_size until zero then try to use it as the upper bound for the number of bytes to pass to add_extra_func, causing it to never store any of the tokens. | |||
2024-02-26 | Issue #2007: add filename extension to /crashes files | Sean McBride | |
This is very helpful for code that inpects a file name extension when determining what code to run. It's also useful for applications that constrain the user to choose files by extension. | |||
2024-02-23 | Be specific about the unit of time | Leon Weiß | |
2024-02-09 | fix | vanhauser-thc | |
2024-02-09 | fixes | vanhauser-thc | |
2024-02-09 | fixes | vanhauser-thc | |
2024-02-08 | Merge branch '420' into dev | van Hauser | |
2024-02-08 | Merge pull request #1965 from CodeLinaro/stateful | van Hauser | |
replay mode support | |||
2024-02-07 | add conditional check for persistent record mode on forkserver handling of ↵ | Davide Quarta | |
hang/crash | |||
2024-02-06 | fix typo | Davide Quarta | |
2024-02-05 | better replay mode error handling, added replay mode documentation, code ↵ | Davide Quarta | |
formatting | |||
2024-02-04 | add U256/32byte support | vanhauser-thc | |
2024-02-03 | new forkserver - client side | vanhauser-thc | |
2024-02-03 | new forkserver - server part | vanhauser-thc | |
2024-02-03 | 2024 v4.10c release | vanhauser-thc | |
2024-02-01 | final touches for skipdet | vanhauser-thc | |
2024-01-30 | fix | vanhauser-thc | |
2024-01-30 | new forkserver check | vanhauser-thc | |
2024-01-23 | replay mode support | Davide Quarta | |
2023-11-22 | Pass correct Nyx ID when creating a Nyx runner | Christian Holler (:decoder) | |
2023-10-20 | Use proper AFL_NYX_AUX_SIZE for nyx_aux_string | Christian Holler (:decoder) | |
2023-09-08 | fix cmplog forkserver kill signal | vanhauser-thc | |
2023-08-04 | Add AFL_NYX_LOG to redirect NYX hprintf messages to a file. | Jesse Schwartzentruber | |
2023-08-04 | update the old nyx env var naming scheme | Sergej Schumilo | |
(to have a more consistent naming overall) | |||
2023-08-04 | nits | vanhauser-thc | |
2023-08-03 | make nyx aux buffer size configurable | Sergej Schumilo | |
2023-07-10 | nits | vanhauser-thc | |
2023-05-31 | switch user mailinglist reference to discord | vanhauser-thc | |
2023-04-27 | afl++ -> AFL++ | vanhauser-thc | |
2023-04-16 | hidden -Y option for nyx, code format | vanhauser-thc | |
2023-04-16 | pass absolute paths to libnyx | Sergej Schumilo | |
2023-04-16 | improved Nyx tmp dir handling (additional sanity checks) | Sergej Schumilo | |
2023-04-14 | add some sanity checks and remove duplicate nyx_shutdown calls | Sergej Schumilo | |
2023-04-14 | add NYX_REUSE_SNAPSHOT env-var option | Sergej Schumilo | |
2023-04-14 | switch to latest libnyx API | Sergej Schumilo | |
2023-04-14 | add Nyx support in various tools (like afl-cmin) | Sergej Schumilo | |
2023-03-26 | fix frida mode | vanhauser-thc | |
2023-02-23 | regression fix | vanhauser-thc | |
2023-02-08 | Update afl-forkserver.c | Marcello Maugeri | |
Fix typo | |||
2023-01-26 | better asan defaults everwhere | vanhauser-thc | |
2023-01-25 | new sanitizer option handling | vanhauser-thc | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-10-24 | changelog update | vanhauser-thc | |
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-03-04 | code format | vanhauser-thc | |
2022-03-04 | write nyx crash logs to AFL++ work directory | Sergej Schumilo | |