Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-21 | Merge pull request #1588 from anfedotoff/dev | van Hauser | |
Add CASR as third party tool in docs. | |||
2022-11-21 | casr-afl short description in fuzzing_in_depth. | fedotoff | |
2022-11-21 | Add CASR as third party tool in docs. | fedotoff | |
2022-11-18 | Make env description extra clear | Dominik Maier | |
2022-11-18 | Merge pull request #1583 from kobrineli/fix-argv-fuzz | van Hauser | |
Fix argv-fuzz. | |||
2022-11-18 | write queue statistics | vanhauser-thc | |
2022-11-18 | Exit on read error. | kobrineli | |
2022-11-18 | Merge pull request #1584 from WorksButNotTested/cmplog | van Hauser | |
Fix cmplog block ID generation to use hashes rather than bit-shifts | |||
2022-11-18 | Fix cmplog block ID generation to use hashes rather than bit-shifts | Your Name | |
2022-11-17 | Handle read() error. | Eli Kobrin | |
2022-11-17 | Fix delim. | Eli Kobrin | |
2022-11-17 | Handle empty input. | Eli Kobrin | |
2022-11-17 | nits | vanhauser-thc | |
2022-11-16 | Fix argv-fuzz. | Eli Kobrin | |
2022-11-14 | custom mutator fix | vanhauser-thc | |
2022-11-14 | update changelog | vanhauser-thc | |
2022-11-14 | Merge pull request #1580 from guyf2010/dev | van Hauser | |
Add option for random cmplog colorization | |||
2022-11-14 | fix warnings | vanhauser-thc | |
2022-11-14 | fix python | vanhauser-thc | |
2022-11-14 | fix python | vanhauser-thc | |
2022-11-14 | custom_send example | vanhauser-thc | |
2022-11-14 | Ensure random colorization always changes byte | guyf2010 | |
2022-11-13 | cmplog random replacement code formatting | guyf2010 | |
2022-11-13 | Add option for random cmplog colorization | guyf2010 | |
2022-11-11 | afl_custom_fuzz_send added | vanhauser-thc | |
2022-11-10 | llvm debug | vanhauser-thc | |
2022-11-10 | update for llvm16 compile instructions | vanhauser-thc | |
2022-11-10 | nits | vanhauser-thc | |
2022-11-10 | Merge pull request #1576 from AFLplusplus/persistent_mode_always | van Hauser | |
Persistent mode always | |||
2022-11-10 | more llvm16 fixes | vanhauser-thc | |
2022-11-10 | try llvm 16 fix | vanhauser-thc | |
2022-11-09 | Didn't mean to change that | Dominik Maier | |
2022-11-09 | fmt | Dominik Maier | |
2022-11-09 | Always enable persistent mode, no env/bincheck needed | Dominik Maier | |
2022-11-02 | warn for -t none | vanhauser-thc | |
2022-11-02 | Merge pull request #1570 from edmcman/showmap-timeout | van Hauser | |
Fix -t none in afl-showmap | |||
2022-11-02 | Use a long timeout instead of 0 for afl-showmap -t none | Edward J. Schwartz | |
2022-11-01 | remove python2 reference | vanhauser-thc | |
2022-10-30 | update unicorn | vanhauser-thc | |
2022-10-30 | add env | vanhauser-thc | |
2022-10-29 | fix | vanhauser-thc | |
2022-10-29 | nits | vanhauser-thc | |
2022-10-29 | fix fork server kill signals for qemu, unicorn and nyx mode | vanhauser-thc | |
2022-10-28 | Add braces | Edward J. Schwartz | |
2022-10-27 | Fix -t none in afl-showmap | Edward J. Schwartz | |
2022-10-25 | fix usecase | vanhauser-thc | |
2022-10-24 | changelog update | vanhauser-thc | |
2022-10-24 | Merge pull request #1563 from nbars/stable | van Hauser | |
Fix child reaping on fuzzer termination | |||
2022-10-24 | Update usage messages | Nils Bars | |
2022-10-24 | AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblity | Nils Bars | |
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set to the same value. |