Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-29 | Merge pull request #1573 from AFLplusplus/dev | van Hauser | |
push to stable | |||
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-25 | Merge pull request #1568 from AFLplusplus/dev | van Hauser | |
fix usecase | |||
2022-10-25 | fix usecase | vanhauser-thc | |
2022-10-24 | Merge pull request #1561 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2022-10-24 | changelog update | vanhauser-thc | |
2022-10-24 | Merge pull request #1563 from nbars/stable | van Hauser | |
Fix child reaping on fuzzer termination | |||
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-20 | Merge pull request #1562 from edmcman/dev | van Hauser | |
Fix -rpath argument | |||
2022-10-20 | Fix -rpath argument | Edward J. Schwartz | |
2022-10-19 | nits | vanhauser-thc | |
2022-10-19 | nits | vanhauser-thc | |
2022-10-19 | nits | vanhauser-thc | |
2022-10-19 | nits | vanhauser-thc | |
2022-10-18 | Fix afl-showmap usage output (#1560) | Edward J. Schwartz | |
2022-10-17 | update qemuafl | vanhauser-thc | |
2022-10-15 | Fix exit_on_time (#1555) | Kobrin Eli | |
2022-10-12 | Merge pull request #1553 from AFLplusplus/dev | van Hauser | |
4.05a init | |||
2022-10-12 | Merge pull request #1554 from WorksButNotTested/be8 | van Hauser | |
Be8 | |||
2022-10-11 | Bump to FRIDA 16.0.1 | Your Name | |
2022-10-11 | Fixes for x64 | Your Name | |
2022-10-11 | Bump FRIDA version | Your Name | |
2022-10-11 | ARM branch suppression | Your Name | |
2022-10-11 | Updates following FRIDA API changes | Your Name | |
2022-10-11 | 4.05a init fix | vanhauser-thc | |
2022-10-11 | v4.05a init | vanhauser-thc | |
2022-10-11 | Merge pull request #1551 from AFLplusplus/dev 4.04c | van Hauser | |
push to stable | |||
2022-10-11 | v4.04c | vanhauser-thc | |
2022-10-11 | doc fixes | vanhauser-thc | |
2022-10-11 | fastexit + code format | vanhauser-thc | |
2022-10-10 | Merge pull request #1543 from quinox/feat-make-on-gentoo | van Hauser | |
Support building LTO on Gentoo | |||
2022-10-10 | Fix #1548 | Andrea Fioraldi | |
2022-10-08 | Support building LTO on Gentoo | quinox | |
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-10-04 | fix qemu_mode speed bug | vanhauser-thc | |
2022-10-03 | Enabled tricore arch for unicornafl | Dominik Maier | |
2022-10-03 | fix Rust speedtest example dependency (#1542) | jma | |
2022-10-03 | typos | hexcoder | |
2022-10-01 | Merge pull request #1539 from devnexen/reallocarr | van Hauser | |
libdislocator adding netbsd's reallocarr | |||
2022-10-01 | libdislocator adding netbsd's reallocarr | David Carlier | |
2022-09-29 | Fixed typo in README.llvm.md (#1538) | cl3nn0 | |
Co-authored-by: van Hauser <vh@thc.org> | |||
2022-09-28 | Merge pull request #1537 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2022-09-28 | enhancements to afl-persistent-config and afl-system-config | vanhauser-thc | |
2022-09-27 | another attempt at stand-alone map fix | vanhauser-thc | |
2022-09-27 | Fix docs for fuzz_count in python | Dominik Maier | |