vanhauser-thc
7e67dc9d69
Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev
2023-11-03 11:19:21 +01:00
vanhauser-thc
2230f88887
add --help/--version/...
2023-11-03 11:19:14 +01:00
vanhauser-thc
4cdf7a1e3e
add scale encode mode for cmplog
2023-10-23 18:03:59 +02:00
vanhauser-thc
1f7f1eff43
fix addseeds test
2023-10-02 15:52:11 +02:00
vanhauser-thc
6b73dee7da
add afl-addseeds tool
2023-09-30 12:42:40 +02:00
vanhauser-thc
fd76d6a433
fix exploit mode on startup
2023-09-28 15:35:41 +02:00
Thomas Rooijakkers
abbdf1c3ac
Use proper ifdef, remove else in line with other compile options
2023-09-19 13:52:36 +02:00
Thomas Rooijakkers
6dc054be0f
Add usage compilation status print for NO_UTF
2023-09-19 13:42:53 +02:00
vanhauser-thc
98eed79f57
-a default
2023-09-13 09:39:06 +02:00
vanhauser-thc
3b835b7c8b
increase sync length
2023-09-12 16:05:56 +02:00
van Hauser
9f023d482b
Merge branch 'dev' into reinit
2023-09-11 12:54:21 +00:00
vanhauser-thc
87b33740ea
ensure table reinit, downgrade redundant
2023-09-04 13:38:09 +02:00
vanhauser-thc
a809c3c50c
less impact
2023-09-03 11:22:54 +02:00
vanhauser-thc
78848f8637
pendfav
2023-08-31 09:25:41 +02:00
vanhauser-thc
c60431247e
update docs
2023-08-29 16:38:31 +02:00
vanhauser-thc
4a7e35b29c
add missing envs
2023-08-24 09:26:54 +02:00
vanhauser-thc
549e5dd926
AFL_IGNORE_SEED_PROBLEMS
2023-08-23 18:02:33 +02:00
vanhauser-thc
8cf6a13eb7
add env var to help output
2023-08-17 11:47:12 +02:00
vanhauser-thc
26f29fd485
nits
2023-08-13 10:18:33 +02:00
marc
8823f22a9c
add AFL_FINAL_SYNC
2023-08-11 11:22:18 +02:00
marc
55d696fbae
code format
2023-08-09 17:14:13 +02:00
van Hauser
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
marc
d9cadb2e7d
-c - support
2023-08-09 16:31:30 +02:00
Jesse Schwartzentruber
247d8539fe
Add AFL_NYX_LOG to redirect NYX hprintf messages to a file.
2023-08-04 15:39:57 -04:00
Sergej Schumilo
08a6fd7c29
update the old nyx env var naming scheme
...
(to have a more consistent naming overall)
2023-08-04 12:13:06 +02:00
Junwha
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
vanhauser-thc
79640acbf1
nits
2023-08-04 09:25:19 +02:00
Sergej Schumilo
8f31086a7f
make nyx aux buffer size configurable
2023-08-03 14:40:10 +02:00
Junwha
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
vanhauser-thc
f87ba7ed63
doc fix
2023-07-28 15:18:12 +02:00
vanhauser-thc
5f813bbb86
improve cmplog level 3
2023-07-21 18:02:30 +02:00
vanhauser-thc
4113b6ccad
take care of uninstrumented mode for fuzz state and mode
2023-07-18 09:56:28 +02:00
vanhauser-thc
f37c4c8662
update llvm recommendations
2023-07-05 13:03:17 +02:00
vanhauser-thc
da33510855
nits
2023-07-04 11:34:22 +02:00
vanhauser-thc
3e1d794107
update mutation strategy
2023-06-29 16:57:20 +02:00
vanhauser-thc
90f83c13d0
remove dead code, code format
2023-06-22 09:26:46 +02:00
vanhauser-thc
ec4ed66b1e
nits
2023-06-21 13:51:02 +02:00
vanhauser-thc
7b29f2cd24
fix timeout for sessions restart and + usage
2023-06-20 19:58:14 +02:00
van Hauser
4deb45f3b3
Merge pull request #1759 from AFLplusplus/dev
...
Dev
2023-06-06 17:36:04 +03:00
vanhauser-thc
d5e3223f03
fix custom mutator only check
2023-05-23 09:01:49 +02:00
vanhauser-thc
d4085314c1
fix
2023-05-21 13:44:07 +02:00
vanhauser-thc
9a6c0ec0c0
make AFL_CUSTOM_INFO overridable
2023-05-21 13:04:17 +02:00
vanhauser-thc
53a869b757
act on invalid AFL_CUSTOM_MUTATOR_ONLY usage
2023-05-18 14:45:45 +02:00
vanhauser-thc
70da0c2e40
better tritondse support
2023-05-10 16:09:18 +02:00
vanhauser-thc
c97caa6e10
fix makefile
2023-05-09 14:17:09 +02:00
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