about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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 #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-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-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
2022-09-26fix standalone running with shared libsvanhauser-thc
2022-09-26fix custom mutator build scriptsvanhauser-thc
2022-09-23make gcc_plugin compilable for gcc 3.6.0hexcoder-
2022-09-204.04a initvanhauser-thc
2022-09-20update qemuaflvanhauser-thc
2022-09-194.03cvanhauser-thc
2022-09-17fix help linksvanhauser-thc
2022-09-17afl-cmin -Avanhauser-thc
2022-09-17fix docsvanhauser-thc
2022-09-17Merge pull request #1523 from lszekeres/stablevan Hauser
Fix null pointers.
2022-09-16Fix null pointers.Laszlo Szekeres
2022-09-16Merge pull request #1522 from AFLplusplus/devvan Hauser
fix unicornafl
2022-09-16fix unicornaflvanhauser-thc
2022-09-16Merge pull request #1521 from AFLplusplus/devvan Hauser
update unicorn