about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-11-21Merge pull request #1588 from anfedotoff/devvan Hauser
Add CASR as third party tool in docs.
2022-11-21casr-afl short description in fuzzing_in_depth.fedotoff
2022-11-21Add CASR as third party tool in docs.fedotoff
2022-11-18Make env description extra clearDominik Maier
2022-11-18Merge pull request #1583 from kobrineli/fix-argv-fuzzvan Hauser
Fix argv-fuzz.
2022-11-18write queue statisticsvanhauser-thc
2022-11-18Exit on read error.kobrineli
2022-11-18Merge pull request #1584 from WorksButNotTested/cmplogvan Hauser
Fix cmplog block ID generation to use hashes rather than bit-shifts
2022-11-18Fix cmplog block ID generation to use hashes rather than bit-shiftsYour Name
2022-11-17Handle read() error.Eli Kobrin
2022-11-17Fix delim.Eli Kobrin
2022-11-17Handle empty input.Eli Kobrin
2022-11-17nitsvanhauser-thc
2022-11-16Fix argv-fuzz.Eli Kobrin
2022-11-14custom mutator fixvanhauser-thc
2022-11-14update changelogvanhauser-thc
2022-11-14Merge pull request #1580 from guyf2010/devvan Hauser
Add option for random cmplog colorization
2022-11-14fix warningsvanhauser-thc
2022-11-14fix pythonvanhauser-thc
2022-11-14fix pythonvanhauser-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-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.