171 Commits

Author SHA1 Message Date
0aad26d85e add libpthread on NetBSD 2020-02-08 16:38:24 +01:00
b6209b3732 build fixes for FreeBSD 11 2020-02-08 17:23:45 +01:00
b5dae8e4f1 fix for md changes 2020-02-08 13:43:26 +01:00
1e10e452aa fix empty range bug in colorization 2020-02-07 17:00:11 +01:00
7c506d2e9e python fix 2020-02-03 23:32:06 +01:00
1775c8a6ff refixed python 3.8 2020-02-03 20:05:40 +01:00
3c8cf0c53f Revert "fixed build on python 3.8"
This reverts commit 9861213ad6.
2020-02-03 19:35:14 +01:00
9861213ad6 fixed build on python 3.8 2020-02-03 19:29:53 +01:00
ef56122888 prefer python 3m 2020-02-03 16:32:26 +01:00
542bea37fb fix MDs 2020-02-03 16:10:16 +01:00
0339e737f0 afl-showmap -i option added 2020-02-03 15:38:55 +01:00
13ac2cb125 s/experimental\//examples\/g 2020-02-03 14:13:09 +01:00
b4d9d56af4 broader python support 2020-02-03 10:55:15 +01:00
e7c95ebf5a afl-cmin final touches 2020-01-23 10:15:33 +01:00
0eec622155 Intel test taken from lto branch, extended (as in test.sh), and tested on RaspberryPi 2020-01-18 16:35:21 +01:00
00b1d16ac6 more fixes for python checks 2020-01-18 16:28:13 +01:00
6b0950b03d fix some syntax errors regarding $(filter ...) 2020-01-18 16:13:57 +01:00
800d43b846 small change for march=native 2020-01-17 16:17:08 +01:00
3671d7eb8a fixes for gcc 5.5 (does not understand -march=native) on NetBSD 2020-01-17 16:00:11 +01:00
b5c19a58f6 fix for cc=clang and libradamsa optimization 2020-01-15 15:54:54 +01:00
d5dff8960c O3 is faster than Ofast ... duh ... 2020-01-15 12:00:25 +01:00
e673dc6dbe stronger afl-fuzz performance compilation 2020-01-15 10:23:28 +01:00
7b02847cd6 renamed to unicornafl 2020-01-12 03:02:56 +01:00
b2bee5c32a moar moar copyrights 2020-01-06 16:17:23 +01:00
b95cd8968d Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2020-01-06 11:46:23 +01:00
67cbeeb395 added ++ to copyright notes 2020-01-06 11:46:14 +01:00
e7fc1ef49e minor fix for man page install 2020-01-06 10:05:33 +01:00
6dea693441 show correct python version and readme name 2019-12-31 13:19:47 +01:00
842cd9dec3 final touches before 2.60 2019-12-31 12:52:10 +01:00
c3bb0a3421 added testcases for afl-tmin and afl-cmin 2019-12-30 22:21:51 +01:00
9829c5eb95 really ensure that all .test files are removed after they are not needed anymore 2019-12-30 15:14:00 +01:00
65b4141cd3 make clean beautification 2019-12-28 19:04:05 +01:00
a05bd3e477 code format 2019-12-25 10:42:23 +01:00
67b6298895 qemu ld_preload support and added socket_fuzzing ld_preload library 2019-12-24 20:56:10 +01:00
3122790295 Merge pull request #152 from afflux/argvfuzz
argvfuzz preload for fuzzing binaries' argv
2019-12-24 20:16:39 +01:00
b0a2160c3a be sure to have directories for install targets 2019-12-24 10:45:39 +01:00
7db87ec74b argvfuzz preload for fuzzing binaries' argv 2019-12-21 21:42:35 +01:00
d7b6b810d1 fix potential make clean error 2019-12-18 11:50:59 +01:00
939721e2cb v2.59c release 2019-12-18 11:14:12 +01:00
cf70fe0c9e updated docs 2019-12-17 12:10:45 +01:00
05825a888e Fixes for unicorn testscases 2019-12-15 18:48:57 +01:00
a49384f23c undo ignoring errors for optional components 2019-12-10 06:41:05 +01:00
41165c0e68 continue make targets 'distrib'i, 'binary-only' and 'clean', even
there was an error for optional actions like qemu_mode and
unicorn_mode
2019-12-09 12:25:40 +01:00
8bc0b646f0 more travis 2019-12-05 16:10:39 +01:00
30435ee1f5 python3 support - even better :) 2019-12-03 14:51:41 +01:00
674fbc39f8 python3.7 support for afl-fuzz py mutator 2019-12-03 10:11:39 +01:00
60c8121c1d add code-format target to make help 2019-12-02 14:50:00 +01:00
124ec8d297 code format (contributors, do it!) 2019-12-02 14:34:21 +01:00
cbe38ff905 Merge pull request #120 from devnexen/py2_mod_build_fix
Python module build fix in exotic oses
2019-11-30 14:30:53 +01:00
644bdd220e Allow to override build date with SOURCE_DATE_EPOCH
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

Note: This date call is designed to work with different flavors
of date (GNU, BSD and others).
2019-11-28 20:01:50 +01:00