Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-02-06 | code format | yuawn | |
2022-02-06 | add GCC hot attribute to hot functions | yuawn | |
2022-02-05 | fix accidental broken frida mode | vanhauser-thc | |
2022-02-04 | test support for forced persistent mode | vanhauser-thc | |
2022-01-25 | code-format | vanhauser-thc | |
2022-01-25 | close autodict file even if fstat fails (Nyx mode) | Sergej Schumilo | |
2022-01-25 | add AFL autodict capability to Nyx mode | Sergej Schumilo | |
2022-01-23 | code format | vanhauser-thc | |
2022-01-21 | use MAX_FILE as maximum size in Nyx mode | Sergej Schumilo | |
2022-01-21 | add LTO support in nyx_mode | Sergej Schumilo | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-30 | fix map size for nyx | vanhauser-thc | |
2021-12-29 | afl-cc lto fix | vanhauser-thc | |
2021-12-28 | nyx code format | vanhauser-thc | |
2021-12-28 | nyx nits | vanhauser-thc | |
2021-12-28 | add Nyx mode | Sergej Schumilo | |
2021-12-01 | remove quickly | vanhauser-thc | |
2021-11-07 | Merge pull request #1141 from AFLplusplus/afl4 | van Hauser | |
cmplog enhancement variant | |||
2021-11-07 | code-format | tl455047 | |
2021-11-06 | better error report for old qemu/frida cmplog | vanhauser-thc | |
2021-11-06 | http->https | vanhauser-thc | |
2021-11-03 | Merge pull request #1142 from AFLplusplus/dev | van Hauser | |
Dev |