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-05 | 4.05c release | vanhauser-thc | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-12-20 | hide queue introspection behind define | vanhauser-thc | |
2022-12-12 | add cmplog envs | vanhauser-thc | |
2022-11-18 | write queue statistics | vanhauser-thc | |
2022-11-14 | Merge pull request #1580 from guyf2010/dev | van Hauser | |
Add option for random cmplog colorization | |||
2022-11-14 | fix python | vanhauser-thc | |
2022-11-14 | fix python | vanhauser-thc | |
2022-11-13 | Add option for random cmplog colorization | guyf2010 | |
2022-11-11 | afl_custom_fuzz_send added | vanhauser-thc | |
2022-10-30 | add env | 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 | 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 | v4.05a init | vanhauser-thc | |
2022-10-11 | v4.04c | vanhauser-thc | |
2022-09-20 | 4.04a init | vanhauser-thc | |
2022-09-19 | 4.03c | vanhauser-thc | |
2022-08-19 | Change map size dummy value. | Eli Kobrin | |
2022-08-19 | shorter calibration | vanhauser-thc | |
2022-08-18 | better no dry run | vanhauser-thc | |
2022-08-14 | add AFL_NO_STARTUP_CALIBRATION feature | vanhauser-thc | |
2022-08-09 | add env var | vanhauser-thc | |
2022-08-08 | 4.03a | vanhauser-thc | |
2022-08-08 | 4.02c | vanhauser-thc | |
2022-08-04 | Changes to add option for absolute coverage data | Your Name | |
2022-07-29 | Added framework for logging register contents at the end of each basic block | Your Name | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-06-28 | init new dev release | vanhauser-thc | |
2022-06-27 | prepare release | vanhauser-thc | |
2022-06-17 | formatting | Ruben ten Hove | |
2022-06-17 | feat: allow to skip readme creation on crash | Ruben ten Hove | |
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-05-09 | support post_process's own return buffer | vanhauser-thc | |
2022-05-02 | fix token usage in normal and MOpt mode | vanhauser-thc | |
2022-04-28 | Properly null CmpLog map in deinit (#1395) | che30122 | |
Co-authored-by: van Hauser <vh@thc.org> | |||
2022-04-22 | try repeating write | vanhauser-thc | |
2022-04-08 | add AFL_KEEP_TIMEOUTS | vanhauser-thc | |
2022-04-03 | fix pizza mode | 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-04-01 | Fix layout | Carlo Maragno | |
2022-04-01 | Add basic support for Italian users | Carlo Maragno | |
2022-03-08 | Merge pull request #1347 from WorksButNotTested/cache | van Hauser | |
Add global caching of block translation to instrumentation | |||
2022-03-04 | code format | vanhauser-thc | |
2022-03-04 | write nyx crash logs to AFL++ work directory | Sergej Schumilo | |
2022-02-18 | Add global caching of block translation to instrumentation | Your Name | |