59b80cb01e
fix #218 for GCC plugin
2020-03-01 11:51:15 +01:00
6730b6a15a
code-format, env.md fixes and adding -hh for env usage display into afl-fuzz and Makefile
2020-02-29 14:23:44 +01:00
6e08be1d0b
add env info to afl-fuzz (please review!), small clarifications in docs/env_variables.md
2020-02-28 22:02:55 +01:00
0b21441590
add env info to afl-gcc-fast
2020-02-28 19:50:07 +01:00
4e37e12c06
code-format
2020-02-28 00:19:36 +01:00
2c9c2e139e
afl-gcc change -> test.sh
2020-02-25 14:01:55 +01:00
891b568678
fix references to README docs
2020-02-25 08:34:44 +01:00
e40415cf16
fix
2020-02-16 19:22:12 +01:00
204059c61a
check for mistyped env vars
2020-02-16 18:16:10 +01:00
37f865ab24
fix UBSAN handling, update docs
2020-02-16 10:44:53 +01:00
24dcc5eb37
fix issue #194 more seriously
2020-02-13 21:06:09 +01:00
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
542bea37fb
fix MDs
2020-02-03 16:10:16 +01:00
13ac2cb125
s/experimental\//examples\/g
2020-02-03 14:13:09 +01:00
437efe795a
adjust a bit readmes
2020-02-01 20:20:41 +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
3b9517ae73
v2.60d and year 2020 init
2019-12-31 13:01:08 +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
3f23f40a56
makefile clean fix
2019-12-30 13:26:39 +01:00
2b0cfe1ab5
final touches
2019-12-03 01:45:01 +01:00
dbdd9dbbde
getting very close with travis
2019-12-02 17:32:31 +01:00
124ec8d297
code format (contributors, do it!)
2019-12-02 14:34:21 +01:00
8a2f2e1792
compiler plugins, just create const constants once.
2019-11-22 11:03:45 +00:00
a8f6ce5475
fix wrong commit
2019-11-17 10:54:16 +01:00
4b3deaf28b
not all CPUs know ondemand
2019-11-15 14:46:01 +01:00
c2ba6e4503
fix linking error with tls storage, WIP for inline (not working yet)
2019-11-12 23:16:00 +01:00
7f017aa724
enabled neverZero feature again
2019-11-12 23:12:14 +01:00
d51719fbd9
better do not rely on config info from gcc
2019-11-12 23:02:56 +01:00
5939727b66
A bit of user awareness
2019-11-12 09:26:59 +00:00
8f188194c1
gcc plugin little update proposal.
...
like its llvm counterpart, passing the compiler chain used
to avoid using necessarily AFL_CC/AFL_CXX.
2019-11-12 09:13:13 +00:00
b22145d0c4
gcc plugin llittle update proposal to match better LLVM's
2019-11-09 10:37:44 +00:00
67533cf7c3
copying LLVM mode no builtins.
2019-10-29 15:35:54 +00:00
15c920a612
Little compiler plugins rework regarding block location picked up.
2019-10-25 14:40:04 +01:00
7d9eed0ed5
no functional change, avoid conditional jump
2019-10-23 11:33:20 +02:00
1398d8d5a6
gcc sucks
2019-10-23 03:23:14 +02:00
3ec1baee65
gcc_plugin adaptions Makefile help, man page SYNOPSIS
2019-10-22 20:21:04 +02:00
9a5882a290
sync afl-gcc-rt.o.c from its more current llvm cousin
2019-10-21 23:35:09 +02:00
a033364d55
implement neverZero counter for __afl_trace()
2019-10-21 23:07:05 +02:00
be6bc155eb
v2.58c
2019-10-21 11:28:32 +02:00
c83e8e1e62
Remove lcamtuf's old email from Google (not valid anymore), also remove maintainance from him.
2019-10-19 18:23:01 +02:00
8a78637719
add gcc_plugin to code formatter and run it
2019-10-19 16:19:46 +02:00
e7ab8be0cd
sync afl-fast-gcc with afl-clang-fast, add tests for gcc_plugin
2019-10-18 19:53:10 +02:00
b1822f2602
reintegrate gcc_plugin
2019-10-18 18:01:33 +02:00
2b7a627181
removed gcc_plugin from master
2019-07-21 20:25:06 +02:00
322b5a736b
updated docs and crash issues with gcc_plugin
2019-07-20 09:06:47 +02:00
fe084b9866
several documentation fixes
2019-07-19 11:17:30 +02:00
5f7e3025d9
enable AFL_QUIET again
2019-07-19 11:10:10 +02:00
8a4cdd56d4
added gcc_plugin
2019-07-16 08:34:17 +02:00