Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | switch to latest libnyx API | Sergej Schumilo | |
2023-04-14 | add Nyx support in various tools (like afl-cmin) | Sergej Schumilo | |
2023-02-08 | Update forkserver.h | Marcello Maugeri | |
Fix typo | |||
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-07-12 | clang format 14 | vanhauser-thc | |
2022-03-04 | code format | vanhauser-thc | |
2022-03-04 | write nyx crash logs to AFL++ work directory | Sergej Schumilo | |
2022-02-04 | test support for forced persistent mode | vanhauser-thc | |
2022-01-23 | code format | vanhauser-thc | |
2022-01-21 | add LTO support in nyx_mode | Sergej Schumilo | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-28 | nyx code format | vanhauser-thc | |
2021-12-28 | add Nyx mode | Sergej Schumilo | |
2021-11-11 | Add initial CoreSight mode support | Akira Moroo | |
The original code is: https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr Signed-off-by: Akira Moroo <retrage01@gmail.com> | |||
2021-11-06 | http->https | vanhauser-thc | |
2021-06-16 | correct map size for small targets | vanhauser-thc | |
2021-05-17 | FASAN Support (#918) | WorksButNotTested | |
* FASAN Support * Fix handling of Address Sanitizer DSO * Changes to identification of Address Sanitizer DSO Co-authored-by: Your Name <you@example.com> | |||
2021-03-25 | integrate frida_mode, code-format | vanhauser-thc | |
2021-03-25 | Merge pull request #833 from WorksButNotTested/frida | van Hauser | |
Frida | |||
2021-03-25 | remove warnings | vanhauser-thc | |
2021-03-24 | Add support for FRIDA mode | Your Name | |
2021-03-06 | fixes | vanhauser-thc | |
2021-03-06 | complete implemenation, still no test | vanhauser-thc | |
2021-03-06 | implementation without testing | vanhauser-thc | |
2021-02-07 | persistent replay env setup | vanhauser-thc | |
2021-02-01 | making AFL_MAP_SIZE obsolete | van Hauser | |
2021-01-21 | forkserver debug flag support | van Hauser | |
2021-01-07 | User defined kill signal value (#678) | buherator | |
* Adding AFL_KILL_SIGNAL environment variable Controlling the kill signal used to end forked processes. * Checking validity of AFL_KILL_SIGNAL env variable This commit also sets a valid value in the environment to avoid duplicating code in at_exit(). Changing data type of fsrv->kill_signal to u8 to match last_kill_signal. * Adding afl_kill_signal to AFL (environment) state This commit simply introduces a struct member for future use. The env variable is not used from the afl struct but from fsrv, where its validity is checked, resulting in a FATAL in case of errors. | |||
2020-12-20 | fixed typo in include/forkserver.h | pr0xy | |
2020-12-03 | AFL_CRASH_EXITCODE env var added, u8->bool | Dominik Maier | |
2020-08-23 | Option for specifying forkserver initialization timeout via environment ↵ | Marius Muench | |
variable (#522) * Addition of AFL_FORKSRV_INIT_TMOUT env var This commit introduces a new environment variable which allows to specify the timespan AFL should wait for initial contact with the forkserver. This is useful for fuzz-targets requiring a rather long setup time before the actual fuzzing can be started (e.g., unicorn). * add .swp files to .gitignore * Inherit init_tmout in afl_fsrv_init_dup Without this patch, the forkserver would spawn with a timeout of 0 in cmplog mode, leading to an immediate crash. Additionally, this commit removes a spurious whitespace. * Initialize afl->fsrv.init_tmout in afl_fsrv_init Not all afl-components will need the new AFL_FORKSRV_INIT_TMOUT environment variable. Hence, it's initialized to the safe "default" value from before in afl_fsrv_init now. | |||
2020-08-18 | moved autodict extras away from extras_a | Dominik Maier | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-14 | Merge branch 'debug' into dev | van Hauser | |
2020-08-14 | code-format | Dominik Maier | |
2020-08-14 | cleaned up maybe_add_auto calls | Dominik Maier | |
2020-08-09 | code format | van Hauser | |
2020-08-09 | step 1 | van Hauser | |
2020-06-16 | fix for *BSD: remove all HAVE_ARC4RANDOM dependencies | hexcoder- | |
2020-06-04 | fix cmplog for shmem persistent mode | van Hauser | |
2020-06-03 | switch shmem_len to the map | van Hauser | |
2020-05-31 | starting shmap support for unicorn | Dominik Maier | |
2020-05-25 | persistent mode: shared memory test case transfer | van Hauser | |
2020-05-12 | new code formatting + applied | van Hauser | |
2020-05-10 | indenting preprocessor directives breaks compilation and cant be fixed, ↵ | van Hauser | |
reverting ... :-( |