about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2022-12-28prevent weighting < 1vanhauser-thc
2022-12-20hide queue introspection behind definevanhauser-thc
2022-12-20fix fork server timeout in afl-showmapvanhauser-thc
2022-12-05fix warningvanhauser-thc
2022-11-23crash fix for queue analysis featurevanhauser-thc
2022-11-18write queue statisticsvanhauser-thc
2022-11-14custom mutator fixvanhauser-thc
2022-11-14Merge pull request #1580 from guyf2010/devvan Hauser
Add option for random cmplog colorization
2022-11-14fix warningsvanhauser-thc
2022-11-14custom_send examplevanhauser-thc
2022-11-14Ensure random colorization always changes byteguyf2010
2022-11-13cmplog random replacement code formattingguyf2010
2022-11-13Add option for random cmplog colorizationguyf2010
2022-11-11afl_custom_fuzz_send addedvanhauser-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-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-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-20Fix -rpath argumentEdward J. Schwartz
2022-10-19nitsvanhauser-thc
2022-10-19nitsvanhauser-thc
2022-10-18Fix afl-showmap usage output (#1560)Edward J. Schwartz
2022-10-15Fix exit_on_time (#1555)Kobrin Eli
2022-10-11fastexit + code formatvanhauser-thc
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-09-17fix help linksvanhauser-thc
2022-09-17fix docsvanhauser-thc
2022-09-14Fix loading and registeration of LTO pass for new pass managerNikita Popov
2022-09-10code formatvanhauser-thc
2022-09-07analyze_run_target return dataconversionCodeLogicError
analyze_run_target create u64 data and return u32
2022-08-25fix pizza modevanhauser-thc
2022-08-25fix gcc_mode cmplogvanhauser-thc
2022-08-19Fix.Eli Kobrin
2022-08-19Change map size dummy value.Eli Kobrin