about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-11-13Add option for random cmplog colorizationguyf2010
2022-11-11afl_custom_fuzz_send addedvanhauser-thc
2022-11-10llvm debugvanhauser-thc
2022-11-10update for llvm16 compile instructionsvanhauser-thc
2022-11-10nitsvanhauser-thc
2022-11-10Merge pull request #1576 from AFLplusplus/persistent_mode_alwaysvan Hauser
Persistent mode always
2022-11-10more llvm16 fixesvanhauser-thc
2022-11-10try llvm 16 fixvanhauser-thc
2022-11-09Didn't mean to change thatDominik Maier
2022-11-09fmtDominik Maier
2022-11-09Always enable persistent mode, no env/bincheck neededDominik Maier
2022-11-02warn for -t nonevanhauser-thc
2022-11-02Merge pull request #1570 from edmcman/showmap-timeoutvan Hauser
Fix -t none in afl-showmap
2022-11-02Use a long timeout instead of 0 for afl-showmap -t noneEdward J. Schwartz
2022-11-01remove python2 referencevanhauser-thc
2022-10-30update unicornvanhauser-thc
2022-10-30add envvanhauser-thc
2022-10-29fixvanhauser-thc
2022-10-29nitsvanhauser-thc
2022-10-29fix fork server kill signals for qemu, unicorn and nyx modevanhauser-thc
2022-10-28Add bracesEdward J. Schwartz
2022-10-27Fix -t none in afl-showmapEdward J. Schwartz
2022-10-25fix usecasevanhauser-thc
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 #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