5795 Commits

Author SHA1 Message Date
van Hauser
6655d66a9b
Merge pull request #1588 from anfedotoff/dev
Add CASR as third party tool in docs.
2022-11-21 13:24:33 +01:00
fedotoff
2c39c51263 casr-afl short description in fuzzing_in_depth. 2022-11-21 15:18:19 +03:00
fedotoff
ef0921d858 Add CASR as third party tool in docs. 2022-11-21 12:59:23 +03:00
Dominik Maier
b7c87350cf Make env description extra clear 2022-11-18 17:04:16 +01:00
van Hauser
f667279b70
Merge pull request #1583 from kobrineli/fix-argv-fuzz
Fix argv-fuzz.
2022-11-18 12:30:44 +01:00
vanhauser-thc
26a5bd625c write queue statistics 2022-11-18 12:23:18 +01:00
kobrineli
d7e788a3c0 Exit on read error. 2022-11-18 13:35:51 +03:00
van Hauser
170e8122ae
Merge pull request #1584 from WorksButNotTested/cmplog
Fix cmplog block ID generation to use hashes rather than bit-shifts
2022-11-18 11:11:05 +01:00
Your Name
ad6a4cf1c2 Fix cmplog block ID generation to use hashes rather than bit-shifts 2022-11-18 08:11:26 +00:00
Eli Kobrin
ba788591dc Handle read() error. 2022-11-17 17:38:45 +03:00
Eli Kobrin
8f9726d4a9 Fix delim. 2022-11-17 17:27:13 +03:00
Eli Kobrin
3d07f0ab79 Handle empty input. 2022-11-17 14:14:11 +03:00
vanhauser-thc
4b7126c46c nits 2022-11-17 10:58:20 +01:00
Eli Kobrin
903b5607bc Fix argv-fuzz. 2022-11-16 18:19:50 +03:00
vanhauser-thc
e5c725c4e0 custom mutator fix 2022-11-14 22:47:34 +01:00
vanhauser-thc
1cc2029179 update changelog 2022-11-14 21:50:31 +01:00
van Hauser
46beedadd7
Merge pull request #1580 from guyf2010/dev
Add option for random cmplog colorization
2022-11-14 21:48:50 +01:00
vanhauser-thc
3cc5019fe4 fix warnings 2022-11-14 21:45:08 +01:00
vanhauser-thc
57257ce656 fix python 2022-11-14 21:41:07 +01:00
vanhauser-thc
e2ebebce83 fix python 2022-11-14 21:37:08 +01:00
vanhauser-thc
4a7cd53f64 custom_send example 2022-11-14 21:26:17 +01:00
guyf2010
7f7cbe9623 Ensure random colorization always changes byte 2022-11-14 12:19:44 +00:00
guyf2010
189255d3f4 cmplog random replacement code formatting 2022-11-13 14:57:53 +00:00
guyf2010
bb81fb784e Add option for random cmplog colorization 2022-11-13 14:37:33 +00:00
vanhauser-thc
c5f8869778 afl_custom_fuzz_send added 2022-11-11 10:46:45 +01:00
vanhauser-thc
b2f12c3712 llvm debug 2022-11-10 16:12:37 +01:00
vanhauser-thc
2323952d62 update for llvm16 compile instructions 2022-11-10 15:06:02 +01:00
vanhauser-thc
dfc6d0fbf7 nits 2022-11-10 14:49:14 +01:00
van Hauser
c24939e812
Merge pull request #1576 from AFLplusplus/persistent_mode_always
Persistent mode always
2022-11-10 14:46:01 +01:00
vanhauser-thc
b868758cd7 more llvm16 fixes 2022-11-10 12:06:00 +01:00
vanhauser-thc
513a6ce7b6 try llvm 16 fix 2022-11-10 11:55:29 +01:00
Dominik Maier
c1562a7cde
Didn't mean to change that 2022-11-09 03:34:37 +01:00
Dominik Maier
0496390526 fmt 2022-11-09 02:32:13 +00:00
Dominik Maier
d65cf10bad Always enable persistent mode, no env/bincheck needed 2022-11-09 03:28:06 +01:00
vanhauser-thc
21372473a1 warn for -t none 2022-11-02 15:21:46 +01:00
van Hauser
a8c1ba0d59
Merge pull request #1570 from edmcman/showmap-timeout
Fix -t none in afl-showmap
2022-11-02 15:19:56 +01:00
Edward J. Schwartz
1bc7cf759d Use a long timeout instead of 0 for afl-showmap -t none 2022-11-02 08:30:24 -04:00
vanhauser-thc
c058ce37bb remove python2 reference 2022-11-01 14:05:31 +01:00
vanhauser-thc
9dab653563 update unicorn 2022-10-30 15:26:43 +01:00
vanhauser-thc
6553e24b22 add env 2022-10-30 15:26:17 +01:00
vanhauser-thc
ec19a9b068 fix 2022-10-29 13:55:05 +02:00
vanhauser-thc
c0eaf6f47a nits 2022-10-29 11:15:23 +02:00
vanhauser-thc
0b6007a49c fix fork server kill signals for qemu, unicorn and nyx mode 2022-10-29 10:00:36 +02:00
Edward J. Schwartz
2da6b6bf42 Add braces 2022-10-28 08:04:06 -04:00
Edward J. Schwartz
15a26d3303 Fix -t none in afl-showmap 2022-10-27 12:12:55 -04:00
vanhauser-thc
a6a26d8153 fix usecase 2022-10-25 22:13:31 +02:00
vanhauser-thc
05e0825d66 changelog update 2022-10-24 20:06:57 +02:00
van Hauser
02502c1a54
Merge pull request #1563 from nbars/stable
Fix child reaping on fuzzer termination
2022-10-24 20:01:36 +02:00
Nils Bars
2cbe49c6eb Update usage messages 2022-10-24 18:08:29 +02:00
Nils Bars
102b749c07 AFL_FORK_SERVER_KILL_SIGNAL backwards compatiblity
If `AFL_KILL_SIGNAL` is set, `AFL_FORK_SERVER_KILL_SIGNAL` is set
to the same value.
2022-10-24 17:54:03 +02:00