1003 Commits

Author SHA1 Message Date
hexcoder
afb23f09cf
argv fuzzing afl-fuzz-inl.h: apply patch from issue#195
@dpmdpm2: Thanks
2020-02-13 19:58:08 +01:00
Dominik Maier
5a114fd840 Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2020-02-12 12:00:38 +01:00
Dominik Maier
9db58da8b7 fixed cmin 2020-02-12 11:59:10 +01:00
Andrea Fioraldi
54bbddec60 just because I want to make the 1000th commit ;) 2020-02-11 21:40:05 +01:00
Andrea Fioraldi
a1c54425f7 Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2020-02-11 21:31:05 +01:00
Andrea Fioraldi
e22ba031f5 AFL_ENTRYPOINT instruction granularity 2020-02-11 21:29:36 +01:00
hexcoder-
08ad02d2b0 forgot to reenable the 2>/dev/null 2020-02-11 20:23:03 +01:00
hexcoder-
1b758e4d6b compatibility for GNU make 4.3, which behaves different for
lines with '#' like in
 ifeq "$(shell echo '\#include <sys/ipc.h> ...
Now make v 4.3  wants
 ifeq "$(shell echo '#include <sys/ipc.h> ...
In order to get it working with all GNU makes, we use a make
variable for '#' called HASH
2020-02-11 20:15:01 +01:00
van Hauser
5571142e25 dictionary insert stage count bugfix 2020-02-11 11:32:20 +01:00
hexcoder-
3b9ac30efa test.sh: make grep option '-a' optional. Use when supported 2020-02-10 21:52:17 +01:00
Anatoly Korniltsev
39be4cd80b fix pwndbg dumper for py2 2020-02-10 14:10:12 +01:00
Dominik Maier
16286e3e2f minor fixes to c examples 2020-02-10 14:07:12 +01:00
Dominik Maier
bf18987369 Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus into unicorn 2020-02-10 00:19:25 +01:00
Dominik Maier
e19e06aba7 removed unused diffs 2020-02-10 00:19:12 +01:00
van Hauser
33c18c36db add 'e' code for version 2020-02-09 23:31:19 +01:00
van Hauser
1a589e2313 update docs 2020-02-09 23:29:15 +01:00
van Hauser
f64f226127 readme 2020-02-09 23:11:50 +01:00
van Hauser
f47d905225 more unset for test.sh 2020-02-09 13:03:55 +01:00
van Hauser
34a9419b89 readme fixes 2020-02-09 12:22:39 +01:00
Andrea Fioraldi
1bb6e1911b readme 2020-02-09 11:46:43 +01:00
Andrea Fioraldi
1dcc6b2e10 readme 2020-02-09 11:45:00 +01:00
Andrea Fioraldi
a86f740995 typo 2020-02-09 11:31:34 +01:00
Andrea Fioraldi
d84cd978d4 persistent readme 2020-02-09 11:27:49 +01:00
van Hauser
e2ef242898 fuzzer_stat eps is now overall not current, clang-format fixed to v8 2020-02-09 09:43:33 +01:00
van Hauser
49acc388dd update documentation 2020-02-09 09:29:56 +01:00
Andrea Fioraldi
4e8941950c
Merge pull request #192 from devnexen/libdislocator_fbsd_build_fix
libdislocator FreeBSD build fix. max_align_t had been define from the…
2020-02-08 18:14:32 +01:00
hexcoder-
312732bdbe more portability for (solaris-based OpenIndiana) 2020-02-08 18:11:57 +01:00
Andrea Fioraldi
e6685436d8 Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2020-02-08 18:07:39 +01:00
Andrea Fioraldi
5fa4f47bae persistent qemu mode arm/arm64 && compcov arm64 2020-02-08 18:07:31 +01:00
David Carlier
4dbb47feb1 libdislocator FreeBSD build fix. max_align_t had been define from the 12th release. 2020-02-08 16:05:35 +00:00
hexcoder-
a93e11b797 first work for OpenIndiana (solaris flavor) 2020-02-08 16:50:37 +01:00
hexcoder-
0aad26d85e add libpthread on NetBSD 2020-02-08 16:38:24 +01:00
hexcoder-
585c3015a5 Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus 2020-02-08 17:24:04 +01:00
hexcoder-
b6209b3732 build fixes for FreeBSD 11 2020-02-08 17:23:45 +01:00
van Hauser
079f177cda persistent mode doc 2020-02-08 15:41:17 +01:00
van Hauser
ce49ba428b changes update 2020-02-08 13:45:25 +01:00
van Hauser
b5dae8e4f1 fix for md changes 2020-02-08 13:43:26 +01:00
Andrea Fioraldi
0403f008e3 solve small error on building new qemu patches for not x86 targets 2020-02-08 12:14:00 +01:00
Andrea Fioraldi
96b378d5ba markdown todo & changelog 2020-02-08 11:28:59 +01:00
Andrea Fioraldi
ff0617f41e changelog & TODO 2020-02-08 11:19:03 +01:00
van Hauser
9ea498585c travis timeout reattempts :) 2020-02-08 10:14:48 +01:00
Andrea Fioraldi
aa2cb66ea2 code format 2020-02-07 20:44:36 +01:00
Andrea Fioraldi
420b1aa859 Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2020-02-07 20:43:32 +01:00
Andrea Fioraldi
f2f6be5e99 afl qemu persistent hook 2020-02-07 20:43:17 +01:00
van Hauser
e360726730 todo update 2020-02-07 19:41:48 +01:00
Andrea Fioraldi
fd8fe4dd08 Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2020-02-07 17:01:17 +01:00
Andrea Fioraldi
1e10e452aa fix empty range bug in colorization 2020-02-07 17:00:11 +01:00
Andrea Fioraldi
ea37d8cef9 redqueen auto extras 2020-02-07 16:04:43 +01:00
hexcoder
7734a9229e
track afl-cmin test changes 2020-02-07 13:04:49 +01:00
van Hauser
ca35e57eac
Merge pull request #188 from devnexen/unicord_mode_fbsd_build_fix
unicorn mode build fix for FreeBSD.
2020-02-07 11:02:49 +01:00