621 Commits

Author SHA1 Message Date
Moshe Kaplan
f516926f00
afl-fuzz.c: Document -i - in --help (#1725)
afl-fuzz.c: Document `-i -` in `--help`, to write that `-i` can be passed '-' to resume the prior fuzzing job. Also reference AFL_AUTORESUME so users know they can set that parameter to sidestep the issue entirely.
2023-05-04 17:23:30 +02:00
vanhauser-thc
22db79aefa fix reallocs 2023-05-01 15:07:57 +02:00
vanhauser-thc
3e84d6a2ae afl++ -> AFL++ 2023-04-27 11:49:00 +02:00
vanhauser-thc
96848398d4 fix 2023-04-25 17:56:36 +02:00
vanhauser-thc
21865c6224 rename env to AFL_IGNORE_PROBLEMS_COVERAGE 2023-04-25 16:47:37 +02:00
van Hauser
c5e5a17d67
Merge pull request #1711 from atnwalk/atnwalk
AFL_POST_PROCESS_KEEP_ORIGINAL env variable for intermediate file formats and ATNwalk custom mutator
2023-04-22 11:32:42 +02:00
vanhauser-thc
599b4631a3 typo 2023-04-22 11:31:29 +02:00
Maik Betka
7101ffa1ae Merge remote-tracking branch 'origin/dev' into atnwalk
# Conflicts:
#	include/afl-fuzz.h
#	src/afl-fuzz-run.c
2023-04-21 11:31:22 +02:00
Maik Betka
9ab902402c fixed code clones in atnwalk.c, introduced new environment variable AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz 2023-04-17 17:09:48 +02:00
van Hauser
87b9dc4ba0
Merge pull request #1702 from schumilo/dev
add Nyx support in afl-showmap, afl-tmin, afl-cmin and afl-analyze
2023-04-16 12:24:10 +02:00
Sergej Schumilo
059d470e8d improved Nyx tmp dir handling (additional sanity checks) 2023-04-16 04:42:09 +02:00
Sergej Schumilo
eefd98f374 add Nyx support in various tools (like afl-cmin) 2023-04-14 02:25:33 +02:00
vanhauser-thc
6cc8d607fb remove -z option, use -p mmopt instead 2023-04-13 11:44:39 +02:00
vanhauser-thc
0782ed3841 remove pointer to removed doc 2023-04-09 10:33:39 +02:00
vanhauser-thc
fcb5eda5d0 nit 2023-04-05 16:34:08 +02:00
vanhauser-thc
d67ee17778 fix 2023-04-05 13:30:06 +02:00
vanhauser-thc
36127fb197 add -z switch 2023-04-05 12:59:20 +02:00
vanhauser-thc
a74561b0e7 implement switch mode 2023-04-05 12:12:05 +02:00
vanhauser-thc
3ab18d2861 mode switch 2023-04-04 19:44:12 +02:00
vanhauser-thc
48816417ee introspection 2023-03-29 10:13:18 +02:00
Chris Down
2d3c5cc6d8 Clarify confusing version message
When running, the following gets printed in quick succession on startup:

    afl-fuzz++4.00c based on afl by Michal Zalewski and a large online community
    [...]
    [+] NOTE: This is v3.x which changes defaults and behaviours - see README.md

Don't assert that this is v3, just that v3+ changes defaults and
behaviours.
2023-03-26 20:44:57 -04:00
Amit Elkabetz
e9e440d7f3 Fixed according to PR comment, moved cli flag to an env variable 2023-03-05 20:25:39 +02:00
Amit Elkabetz
5e7f8a51e0 Added minimum interval of 1 sec to avoid undefined behaviour in interval 2023-03-05 18:27:07 +02:00
Amit Elkabetz
403d95d2d2 auto code format fixes 2023-03-05 18:21:35 +02:00
Amit Elkabetz
07cf27cddc Added flag -u to allow custom interval to update fuzzer_stats file 2023-03-05 18:16:21 +02:00
vanhauser-thc
0c0a6c3bfa regression fix 2023-02-23 11:22:40 +01:00
van Hauser
c33f8751e3
Merge pull request #1651 from AFLplusplus/dev
Dev
2023-02-21 01:11:00 +01:00
van Hauser
6030df2f56
Merge pull request #1639 from apach301/fix-score-calculation
Increase fuzz_level for mopt_common_fuzzing
2023-02-12 17:55:48 +01:00
vanhauser-thc
141c324eb9 revert perfscore 0 fix attempt 2023-02-12 17:55:16 +01:00
Yaakov Saxon
f2be73186e cmplog exec with target_path 2023-02-09 21:37:35 +00:00
Daniil Kutz
846e910e0c Validate -M and -p power schedule options 2023-02-08 13:50:03 +03:00
vanhauser-thc
03e6d33a40 fix perfscore 0 check 2023-02-07 15:27:31 +01:00
vanhauser-thc
6596284cc4 endless loop fix 2023-02-06 17:59:17 +01:00
vanhauser-thc
b81bc8eb6f fix warning 2023-01-28 12:14:57 +01:00
van Hauser
4a54555a1a
Merge pull request #1628 from AFLplusplus/dev
Dev
2023-01-27 13:40:48 +01:00
vanhauser-thc
e332d37d4e update unicorn 2023-01-26 12:08:38 +01:00
vanhauser-thc
8fe5e29104 ignore timeout env option 2023-01-18 14:56:26 +01:00
vanhauser-thc
8cc1c6c54e nits 2023-01-16 10:18:08 +01:00
vanhauser-thc
7abbc8d740 ensure out fd is closed in shmem mode 2023-01-15 08:18:11 +01:00
vanhauser-thc
35f09e11a4 welcome 2023 2023-01-03 09:38:07 +01:00
vanhauser-thc
0165ca8c6c hide queue introspection behind define 2022-12-20 13:36:56 +01:00
vanhauser-thc
bf1617d354 fix warning 2022-12-05 16:15:29 +01:00
vanhauser-thc
4124a272d8 crash fix for queue analysis feature 2022-11-23 10:27:30 +01:00
vanhauser-thc
26a5bd625c write queue statistics 2022-11-18 12:23:18 +01:00
guyf2010
bb81fb784e Add option for random cmplog colorization 2022-11-13 14:37:33 +00: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
vanhauser-thc
05e0825d66 changelog update 2022-10-24 20:06:57 +02:00
Nils Bars
2cbe49c6eb Update usage messages 2022-10-24 18:08:29 +02:00