vanhauser-thc
7f062524c9
fixes
2021-03-06 23:01:13 +01:00
vanhauser-thc
4a0d4c50fc
complete implemenation, still no test
2021-03-06 19:12:25 +01:00
vanhauser-thc
81442ba3f9
implementation without testing
2021-03-06 15:48:49 +01:00
Andrea Fioraldi
be5274d4a9
fix kctx compilation hang
2021-03-04 15:12:08 +01:00
realmadsci
8bdb40b763
cpu-exec: Add AFL_QEMU_EXCLUDE_RANGES
...
This environment variable allows rejection of
specific regions from instrumentation.
It takes priority over AFL_INST_LIBS and AFL_QEMU_INST_RANGES,
so it can be used to poke a "hole" in previously included sections.
2021-03-02 12:55:44 -08:00
vanhauser-thc
108e588e88
add de-unicoded dictionary entries
2021-03-02 17:46:43 +01:00
vanhauser-thc
82c05630ba
3.11a init
2021-03-01 10:12:42 +01:00
vanhauser-thc
0c38850f95
3.10c release
2021-03-01 09:43:35 +01:00
vanhauser-thc
3a461944ec
fine tune cmplog
2021-02-26 22:36:19 +01:00
vanhauser-thc
5c239451cf
cmplog finetuning
2021-02-25 09:15:54 +01:00
Andrea Fioraldi
35ca51c5a8
Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev
2021-02-24 21:29:09 +01:00
Andrea Fioraldi
047f3436e9
edges in plot file
2021-02-24 21:29:00 +01:00
vanhauser-thc
5d181950eb
fixes
2021-02-24 21:17:58 +01:00
vanhauser-thc
e6ef2ee338
typo
2021-02-24 12:14:10 +01:00
vanhauser-thc
564f491566
redqueen settings opt
2021-02-24 09:29:19 +01:00
vanhauser-thc
4ab90e739f
code format
2021-02-22 22:24:59 +01:00
vanhauser-thc
fb2a6b6941
minimum sync time
2021-02-22 16:56:35 +01:00
vanhauser-thc
974aab6cf6
cmplog config.h -> -l option
2021-02-21 17:53:09 +01:00
Andrea Fioraldi
89cf94f0e6
suggested env vars for lazy ppl
2021-02-19 20:33:12 +01:00
vanhauser-thc
938512a6b9
minor fixes
2021-02-17 09:48:04 +01:00
Michael Rodler
6caec2169c
Revert "llvm bug workaround for lto extint"
...
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33.
2021-02-15 19:14:28 +01:00
vanhauser-thc
e3a5c31307
llvm bug workaround for lto extint
2021-02-15 13:25:15 +01:00
vanhauser-thc
9bd1e19d7f
added AFL_IGNORE_UNKNOWN_ENVS
2021-02-13 22:43:56 +01:00
hexcoder
756206e4d7
typo
2021-02-11 20:26:02 +01:00
vanhauser-thc
17cbb03ba7
more cmplog options in config.h
2021-02-09 09:18:24 +01:00
vanhauser-thc
84f0b4f187
persistent replay env setup
2021-02-07 08:27:35 +01:00
van Hauser
01327ad301
Merge pull request #728 from vj-27/dev
...
load existing stats file when in AFL_AUTORESUME or -i - mode.
2021-02-07 05:20:02 +01:00
vj-27
96cdc97c98
prev_run_time loaded used only for ui and when writing the stats file
2021-02-07 03:33:47 +05:30
vj-27
f54c4dbfdb
set prev_run_time inside afl state
2021-02-06 09:41:15 +00:00
vj-27
1a8c242d28
load run time and donot load pending_* or *_favoured
2021-02-05 19:46:24 +00:00
vanhauser-thc
1677481726
try if this helps on fuzzbench
2021-02-05 10:47:16 +01:00
vj-27
6f163bb0c5
load existing stats file when in AFL_AUTORESUME or -i -
2021-02-05 00:26:23 +00:00
van Hauser
4018e7f8e5
mv cmplog options to config.h
2021-02-01 16:23:40 +01:00
van Hauser
d808a8401e
import cmplog opts
2021-02-01 12:16:55 +01:00
van Hauser
981ffb27a8
making AFL_MAP_SIZE obsolete
2021-02-01 12:01:23 +01:00
van Hauser
cc0210426a
code-format
2021-01-31 17:32:24 +01:00
aflpp
e5116c6d55
fix -Z, remove q->next
2021-01-31 17:29:37 +01:00
van Hauser
9d08f0d098
added AFL_CMPLOG_ONLY_NEW feature
2021-01-30 15:39:47 +01:00
van Hauser
3b3565269d
foreign sync from ctime to mtime (libfuzzer)
2021-01-30 14:57:17 +01:00
Andrea Fioraldi
28e1aaa0f1
qasan support in aflpp
2021-01-29 15:47:25 +01:00
Andrea Fioraldi
6f5746d428
AFL_USE_QASAN
2021-01-29 15:38:49 +01:00
van Hauser
2044c7e2b5
fix include
2021-01-27 08:41:45 +01:00
van Hauser
f571f074a8
update envs
2021-01-27 08:21:22 +01:00
van Hauser
9c393adbb9
real fix plus code format
2021-01-26 17:12:11 +01:00
van Hauser
60764ebdf1
forkserver debug flag support
2021-01-21 18:43:06 +01:00
van Hauser
fc3f06caec
Merge pull request #689 from AFLplusplus/cmplog_merge
...
cmplog merge
2021-01-21 12:03:21 +01:00
Joey Jiao
0306261fec
Fix build error for Android
...
- LTO not work yet
2021-01-20 15:46:39 +08:00
hexcoder-
e2d9dc16e3
fix compiler warning avoid signess difference in comparisons
2021-01-18 21:36:19 +01:00
van Hauser
0b545aaeb4
use enums, support cmplog map collisions
2021-01-18 20:18:18 +01:00
van Hauser
c71ce79963
fix colorization
2021-01-17 15:18:20 +01:00