Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-03 | Implement AFLRun | Huanyao Rong | |
References: https://github.com/Mem2019/AFLRun/commit/f5bb87f78ef1 References: https://github.com/Mem2019/AFLRun/commit/3af5f11b5644 | |||
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 | |
2022-08-14 | add AFL_NO_STARTUP_CALIBRATION feature | vanhauser-thc | |
2022-07-24 | code format with clang-format-14 | yuawn | |
2022-07-24 | fix sentence & code format | yuawn | |
2022-07-24 | fix message overflow | yuawn | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-07-07 | fix double free on exit for -c 0 on src cmplog | vanhauser-thc | |
2022-06-28 | nits | vanhauser-thc | |
2022-05-27 | Add AFL_SYNC_TIME variable for synchronization time tuning (#1425) | Daniil Kuts | |
* Add AFL_SYNC_TIME variable for synchronization time tuning * Documentation for AFL_SYNC_TIME variable | |||
2022-04-18 | fix msg | vanhauser-thc | |
2022-04-03 | fix pizza mode | vanhauser-thc | |
2022-04-03 | pizza mode on 1st of april | vanhauser-thc | |
2022-04-03 | Merge pull request #1374 from CarloMara/stable | van Hauser | |
Add new mode to AFLplusplus | |||
2022-04-02 | Fix dyslexia and clang format | Carlo Maragno | |
2022-03-17 | Merge pull request #1352 from cd80/patch-1 | van Hauser | |
fix typo in error message when using LD_PRELOAD | |||
2022-03-17 | fix typo for error message when using LD_PRELOAD | cd80 | |
2022-03-04 | code format | vanhauser-thc | |
2022-03-04 | write nyx crash logs to AFL++ work directory | Sergej Schumilo | |
2022-03-01 | code format | vanhauser-thc | |
2022-03-01 | allow for -c0 also for src targets | vanhauser-thc | |
2022-02-08 | add AFL_EARLY_FORKSERVER support | vanhauser-thc | |
2022-02-08 | reintroduce AFL_PERSISTENT and AFL_DEFER_FORKSRV | vanhauser-thc | |
2022-02-06 | fix -G description | yuawn | |
2022-02-05 | change -y to -g/-G and add env var alternatives | vanhauser-thc | |
2022-02-05 | add afl-fuzz -y fuzz length support | vanhauser-thc | |
2022-02-05 | force persistent and deferred also for tools | vanhauser-thc | |
2022-02-04 | typo | hexcoder | |
2022-02-04 | same for defered forkserver | vanhauser-thc | |
2022-02-04 | test support for forced persistent mode | vanhauser-thc | |
2022-01-29 | afl fuzz enable getpgid on other platforms. | David CARLIER | |
2022-01-26 | 4.00c readiness | vanhauser-thc | |