about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-10-29Merge pull request #1573 from AFLplusplus/devvan Hauser
push to stable
2022-10-29fixvanhauser-thc
2022-10-29nitsvanhauser-thc
2022-10-29fix fork server kill signals for qemu, unicorn and nyx modevanhauser-thc
2022-10-25Merge pull request #1568 from AFLplusplus/devvan Hauser
fix usecase
2022-10-25fix usecasevanhauser-thc
2022-10-24Merge pull request #1561 from AFLplusplus/devvan Hauser
push to stable
2022-10-24changelog updatevanhauser-thc
2022-10-24Merge pull request #1563 from nbars/stablevan Hauser
Fix child reaping on fuzzer termination
2022-10-24Update usage messagesNils Bars
2022-10-24AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblityNils Bars
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set to the same value.
2022-10-21Add 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-20Fix child reaping on fuzzer terminationNils 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-20Merge pull request #1562 from edmcman/devvan Hauser
Fix -rpath argument
2022-10-20Fix -rpath argumentEdward J. Schwartz
2022-10-19nitsvanhauser-thc
2022-10-19nitsvanhauser-thc
2022-10-19nitsvanhauser-thc
2022-10-19nitsvanhauser-thc
2022-10-18Fix afl-showmap usage output (#1560)Edward J. Schwartz
2022-10-17update qemuaflvanhauser-thc
2022-10-15Fix exit_on_time (#1555)Kobrin Eli
2022-10-12Merge pull request #1553 from AFLplusplus/devvan Hauser
4.05a init
2022-10-12Merge pull request #1554 from WorksButNotTested/be8van Hauser
Be8
2022-10-11Bump to FRIDA 16.0.1Your Name
2022-10-11Fixes for x64Your Name
2022-10-11Bump FRIDA versionYour Name
2022-10-11ARM branch suppressionYour Name
2022-10-11Updates following FRIDA API changesYour Name
2022-10-114.05a init fixvanhauser-thc
2022-10-11v4.05a initvanhauser-thc
2022-10-11Merge pull request #1551 from AFLplusplus/dev 4.04cvan Hauser
push to stable
2022-10-11v4.04cvanhauser-thc
2022-10-11doc fixesvanhauser-thc
2022-10-11fastexit + code formatvanhauser-thc
2022-10-10Merge pull request #1543 from quinox/feat-make-on-gentoovan Hauser
Support building LTO on Gentoo
2022-10-10Fix #1548Andrea Fioraldi
2022-10-08Support building LTO on Gentooquinox
2022-10-07auto 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-04fix qemu_mode speed bugvanhauser-thc
2022-10-03Enabled tricore arch for unicornaflDominik Maier
2022-10-03fix Rust speedtest example dependency (#1542)jma
2022-10-03typoshexcoder
2022-10-01Merge pull request #1539 from devnexen/reallocarrvan Hauser
libdislocator adding netbsd's reallocarr
2022-10-01libdislocator adding netbsd's reallocarrDavid Carlier
2022-09-29Fixed typo in README.llvm.md (#1538)cl3nn0
Co-authored-by: van Hauser <vh@thc.org>
2022-09-28Merge pull request #1537 from AFLplusplus/devvan Hauser
push to stable
2022-09-28enhancements to afl-persistent-config and afl-system-configvanhauser-thc
2022-09-27another attempt at stand-alone map fixvanhauser-thc
2022-09-27Fix docs for fuzz_count in pythonDominik Maier