about summary refs log tree commit diff
path: root/include
AgeCommit message (Collapse)Author
2023-04-05implement switch modevanhauser-thc
2023-04-05fix for clangvanhauser-thc
2023-04-05mut changesvanhauser-thc
2023-04-04mutation listsvanhauser-thc
2023-04-04mode switchvanhauser-thc
2023-04-04nitvanhauser-thc
2023-04-04max_len supportvanhauser-thc
2023-04-04prepare for strategiesvanhauser-thc
2023-04-02allow pizza mode to be disabledvanhauser-thc
2023-03-27time_wo_finds in fuzzer_statsvanhauser-thc
2023-03-09code formatvanhauser-thc
2023-03-09various fixesvanhauser-thc
2023-03-05Fixed according to PR comment, moved cli flag to an env variableAmit Elkabetz
2023-03-05auto code format fixesAmit Elkabetz
2023-03-05Added flag -u to allow custom interval to update fuzzer_stats fileAmit Elkabetz
2023-02-23regression fixvanhauser-thc
2023-02-21Merge pull request #1651 from AFLplusplus/devvan Hauser
Dev
2023-02-15debug outputvanhauser-thc
2023-02-13AFL_LLVM_DICT2FILE_NO_MAIN supportvanhauser-thc
2023-02-13autodisable and better performancevanhauser-thc
2023-02-08Update forkserver.hMarcello Maugeri
Fix typo
2023-02-06more optionsvanhauser-thc
2023-02-04changesvanhauser-thc
2023-01-31Add support for disabling branch suppressionYour
2023-01-27Merge pull request #1628 from AFLplusplus/devvan Hauser
Dev
2023-01-26better asan defaults everwherevanhauser-thc
2023-01-19lots of fixesvanhauser-thc
2023-01-18autotoken: splicing; splice_optoutvanhauser-thc
2023-01-18ignore timeout env optionvanhauser-thc
2023-01-17autotokens: print stats at exitvanhauser-thc
2023-01-15dictionary supportvanhauser-thc
2023-01-054.06a initvanhauser-thc
2023-01-054.05c releasevanhauser-thc
2023-01-03welcome 2023vanhauser-thc
2022-12-20hide queue introspection behind definevanhauser-thc
2022-12-12add cmplog envsvanhauser-thc
2022-11-18write queue statisticsvanhauser-thc
2022-11-14Merge pull request #1580 from guyf2010/devvan Hauser
Add option for random cmplog colorization
2022-11-14fix pythonvanhauser-thc
2022-11-14fix pythonvanhauser-thc
2022-11-13Add option for random cmplog colorizationguyf2010
2022-11-11afl_custom_fuzz_send addedvanhauser-thc
2022-10-30add envvanhauser-thc
2022-10-29fix fork server kill signals for qemu, unicorn and nyx modevanhauser-thc
2022-10-24changelog updatevanhauser-thc
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-11v4.05a initvanhauser-thc
2022-10-11v4.04cvanhauser-thc