549e5dd926
AFL_IGNORE_SEED_PROBLEMS
2023-08-23 18:02:33 +02:00
8cf6a13eb7
add env var to help output
2023-08-17 11:47:12 +02:00
26f29fd485
nits
2023-08-13 10:18:33 +02:00
8823f22a9c
add AFL_FINAL_SYNC
2023-08-11 11:22:18 +02:00
55d696fbae
code format
2023-08-09 17:14:13 +02:00
b4bd33961c
Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crash
...
Implement an option for treating crashing seeds as new crash
2023-08-09 14:39:25 +00:00
d9cadb2e7d
-c - support
2023-08-09 16:31:30 +02:00
247d8539fe
Add AFL_NYX_LOG to redirect NYX hprintf messages to a file.
2023-08-04 15:39:57 -04:00
08a6fd7c29
update the old nyx env var naming scheme
...
(to have a more consistent naming overall)
2023-08-04 12:13:06 +02:00
fcdfe9e990
Define AFL_CRASHING_SEEDS_AS_NEW_CRASH as env variable
...
- and fix typo
Signed-off-by: Junwha <qbit@unist.ac.kr >
2023-08-04 18:36:58 +09:00
79640acbf1
nits
2023-08-04 09:25:19 +02:00
8f31086a7f
make nyx aux buffer size configurable
2023-08-03 14:40:10 +02:00
1429c9724e
Add option for treating crashing input as new crash
...
Signed-off-by: Junwha Hong <qbit@unist.ac.kr >
2023-08-02 19:07:38 +09:00
f87ba7ed63
doc fix
2023-07-28 15:18:12 +02:00
5f813bbb86
improve cmplog level 3
2023-07-21 18:02:30 +02:00
4113b6ccad
take care of uninstrumented mode for fuzz state and mode
2023-07-18 09:56:28 +02:00
f37c4c8662
update llvm recommendations
2023-07-05 13:03:17 +02:00
da33510855
nits
2023-07-04 11:34:22 +02:00
3e1d794107
update mutation strategy
2023-06-29 16:57:20 +02:00
90f83c13d0
remove dead code, code format
2023-06-22 09:26:46 +02:00
ec4ed66b1e
nits
2023-06-21 13:51:02 +02:00
7b29f2cd24
fix timeout for sessions restart and + usage
2023-06-20 19:58:14 +02:00
4deb45f3b3
Merge pull request #1759 from AFLplusplus/dev
...
Dev
2023-06-06 17:36:04 +03:00
d5e3223f03
fix custom mutator only check
2023-05-23 09:01:49 +02:00
d4085314c1
fix
2023-05-21 13:44:07 +02:00
9a6c0ec0c0
make AFL_CUSTOM_INFO overridable
2023-05-21 13:04:17 +02:00
53a869b757
act on invalid AFL_CUSTOM_MUTATOR_ONLY usage
2023-05-18 14:45:45 +02:00
70da0c2e40
better tritondse support
2023-05-10 16:09:18 +02:00
c97caa6e10
fix makefile
2023-05-09 14:17:09 +02:00
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
22db79aefa
fix reallocs
2023-05-01 15:07:57 +02:00
3e84d6a2ae
afl++ -> AFL++
2023-04-27 11:49:00 +02:00
96848398d4
fix
2023-04-25 17:56:36 +02:00
21865c6224
rename env to AFL_IGNORE_PROBLEMS_COVERAGE
2023-04-25 16:47:37 +02:00
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
599b4631a3
typo
2023-04-22 11:31:29 +02:00
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
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
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
059d470e8d
improved Nyx tmp dir handling (additional sanity checks)
2023-04-16 04:42:09 +02:00
eefd98f374
add Nyx support in various tools (like afl-cmin)
2023-04-14 02:25:33 +02:00
6cc8d607fb
remove -z option, use -p mmopt instead
2023-04-13 11:44:39 +02:00
0782ed3841
remove pointer to removed doc
2023-04-09 10:33:39 +02:00
fcb5eda5d0
nit
2023-04-05 16:34:08 +02:00
d67ee17778
fix
2023-04-05 13:30:06 +02:00
36127fb197
add -z switch
2023-04-05 12:59:20 +02:00
a74561b0e7
implement switch mode
2023-04-05 12:12:05 +02:00
3ab18d2861
mode switch
2023-04-04 19:44:12 +02:00
48816417ee
introspection
2023-03-29 10:13:18 +02:00
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