Dominik Maier
e8d580f54d
rust mutator changes added to changelog
2021-03-05 19:45:48 +01:00
hexcoder
c9854ec8cb
typo
2021-03-05 18:07:16 +01:00
vanhauser-thc
3342aa751d
fix laf string transform crash
2021-03-05 10:05:43 +01:00
vanhauser-thc
79d75d8e42
even support dlopen instrumented libs after the forkserver
2021-03-04 14:19:00 +01:00
vanhauser-thc
96c526cb78
fix caller/ctx change, support dlopen in afl-compiler-rt
2021-03-04 14:04:40 +01:00
vanhauser-thc
f0bc2e0e8b
docu
2021-03-02 18:45:41 +01:00
vanhauser-thc
108e588e88
add de-unicoded dictionary entries
2021-03-02 17:46:43 +01:00
vanhauser-thc
333509bb0a
better unicode support
2021-03-02 16:24:43 +01:00
vanhauser-thc
c3a8052a16
update changelog
2021-03-01 19:30:39 +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
Dominik Maier
8e051fd075
fixed rust bindings placement
2021-02-27 16:37:00 +01:00
Dominik Maier
af628b16d1
added rust binding reference
2021-02-27 16:29:29 +01:00
julihoh
a5da9ce42c
custom mutator rust support ( #752 )
...
* custom mutator rust support
* clarify how to view documentation for rust mutators
* remove `FuzzResult` hack and clarify lifetimes of CustomMutator::fuzz
* rename TErr associated tyep to Error to be more idiomatic
* fix warnings
* add example for fallible custom mutator
* make Fallible Custom Mutator the default and implement it's handle_err method by default
* rename CustomMutator::handle_err to handle_error
* add example mutator using lain
2021-02-27 15:05:13 +01:00
vanhauser-thc
ee0ca07f3c
changing the -t ...+ meaning to "auto-calculate buth this is the max"
2021-02-25 12:19:46 +01:00
vanhauser-thc
e2b4bc9310
update changelog
2021-02-25 11:02:59 +01:00
Dominik Maier
cc7c651dc9
tidied up env suggestions
2021-02-24 18:07:08 +01:00
vanhauser-thc
fb2a6b6941
minimum sync time
2021-02-22 16:56:35 +01:00
vanhauser-thc
a252943236
another fix for disabled entries
2021-02-22 12:59:01 +01:00
vanhauser-thc
80bdbf7be0
minor cmplog fix
2021-02-16 09:54:15 +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
dd2fd80274
doc updates
2021-02-15 12:40:10 +01:00
vanhauser-thc
9bd1e19d7f
added AFL_IGNORE_UNKNOWN_ENVS
2021-02-13 22:43:56 +01:00
vanhauser-thc
6ce9230ed6
afl-cmin/afl-showmap -f
2021-02-13 14:29:22 +01:00
vanhauser-thc
87a607c7d0
update doc
2021-02-13 11:17:53 +01:00
hexcoder
2ff6e5023f
typos
2021-02-11 20:14:48 +01:00
hexcoder
223bd70f1f
typo
2021-02-11 20:08:28 +01:00
hexcoder
dd3f4bb41c
typos & formatting
2021-02-11 20:05:06 +01:00
vanhauser-thc
5b2634f711
update changelog + ideas
2021-02-10 17:56:27 +01:00
Andrea Fioraldi
267b085f80
dlmalloc only for non glibc qasan and AFL_QEMU_FORCE_DFL
2021-02-10 15:15:16 +01:00
vanhauser-thc
209c5ba465
larger map, stats reload fix, code format
2021-02-07 05:33:02 +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
van Hauser
7a861498c2
added support for __afl_coverage_interesting
2021-01-31 15:04:40 +01:00
van Hauser
893cd47d9c
disable trimming for -M
2021-01-31 13:03:00 +01:00
van Hauser
9d08f0d098
added AFL_CMPLOG_ONLY_NEW feature
2021-01-30 15:39:47 +01:00
van Hauser
2f96f1e920
afl-frida faster for x86_x64
2021-01-30 10:28:34 +01:00
Andrea Fioraldi
aaec45b652
changelog
2021-01-29 18:51:44 +01:00
van Hauser
9a7531942d
fix rpc_stats.md
2021-01-25 10:04:21 +01:00
Edouard SCHWEISGUTH
52af7caf8a
Add StatsD readme ( #702 )
...
* Adding draft notes for statsd readme
* Add statsd dashboard json template & image.
2021-01-25 02:07:51 +01:00
Dominik Maier
afc15965c0
updated unicornalf, bindings
2021-01-25 02:01:34 +01:00
Dominik Maier
a22c8ffdf2
Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev
2021-01-23 06:45:16 +01:00
Dominik Maier
b0a8bc28d2
changelog
2021-01-23 00:13:32 +01:00
van Hauser
baf1ac2e69
basic cmplog std::string support
2021-01-22 15:58:12 +01:00
van Hauser
ac21e4dd73
typos
2021-01-22 00:41:23 +01:00
Edznux
0a12d519f7
Add better doc for AFL_STATSD_TAGS_FLAVOR
2021-01-22 00:18:56 +01:00
van Hauser
e8c1b43a3d
fix docs
2021-01-21 15:24:34 +01:00
van Hauser
1ee0946f69
update changelog
2021-01-21 12:11:12 +01:00
van Hauser
e91f3b0de6
codeql fix
2021-01-19 10:41:42 +01:00