Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 #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 | 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 | 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 | |
2022-09-26 | fix standalone running with shared libs | vanhauser-thc | |
2022-09-26 | fix custom mutator build scripts | vanhauser-thc | |
2022-09-23 | make gcc_plugin compilable for gcc 3.6.0 | hexcoder- | |
2022-09-20 | 4.04a init | vanhauser-thc | |
2022-09-20 | update qemuafl | vanhauser-thc | |
2022-09-19 | 4.03c | vanhauser-thc | |
2022-09-17 | fix help links | vanhauser-thc | |
2022-09-17 | afl-cmin -A | vanhauser-thc | |
2022-09-17 | fix docs | vanhauser-thc | |
2022-09-17 | Merge pull request #1523 from lszekeres/stable | van Hauser | |
Fix null pointers. | |||
2022-09-16 | Fix null pointers. | Laszlo Szekeres | |
2022-09-16 | Merge pull request #1522 from AFLplusplus/dev | van Hauser | |
fix unicornafl | |||
2022-09-16 | fix unicornafl | vanhauser-thc | |
2022-09-16 | Merge pull request #1521 from AFLplusplus/dev | van Hauser | |
update unicorn |