129 Commits

Author SHA1 Message Date
van Hauser
842cd9dec3 final touches before 2.60 2019-12-31 12:52:10 +01:00
van Hauser
9829c5eb95 really ensure that all .test files are removed after they are not needed anymore 2019-12-30 15:14:00 +01:00
hexcoder-
064cd3315c fix issue #155 AFL_LLVM_LAF_SPLIT_FLOATS breaks bogofilter
added some forgotten floating point comparison types
2019-12-27 20:13:00 +01:00
van Hauser
67b6298895 qemu ld_preload support and added socket_fuzzing ld_preload library 2019-12-24 20:56:10 +01:00
Andrea Fioraldi
4f343e791a restore llvm DebugInfo 2019-12-21 22:02:50 +01:00
Andrea Fioraldi
8679f3d757 try to work with llvm < 3.7 2019-12-21 21:14:01 +01:00
Kjell Braden
e244f85c0b use llvm-config from env for version check 2019-12-21 17:46:29 +01:00
van Hauser
b91000fc9e llvm_mode for Android 2019-12-19 01:53:32 +01:00
van Hauser
939721e2cb v2.59c release 2019-12-18 11:14:12 +01:00
van Hauser
64435284ce added Android PR from afl, left some ifdefs commented out though 2019-12-18 09:17:49 +01:00
van Hauser
624f0da6c0 slight fix for llvm_mode Makefile 2019-12-15 21:42:30 +01:00
David CARLIER
0db7b39e62 Updating llvm_unsupported policy 2019-12-15 12:44:21 +00:00
hexcoder-
cd165b18f0 fix warn -> warning, no targets when prerequisites are not met 2019-12-10 06:50:02 +01:00
van Hauser
2038f86016 documented llvm 10 support 2019-12-09 15:16:10 +01:00
hexcoder-
30e4e7340e on MacOS llvm is not installed by default, add a test for that. Before this fix
the make run proceeded, producing meaningless error messages.
2019-12-09 12:19:57 +01:00
van Hauser
2b0cfe1ab5 final touches 2019-12-03 01:45:01 +01:00
van Hauser
4231c49839
Merge branch 'master' into llvm_mode_build_fix 2019-12-03 01:40:41 +01:00
van Hauser
ef2dc98773 maybe we can work with xcode? 2019-12-03 00:30:35 +01:00
David Carlier
b0d590fef4 LLVM 10 build fix proposal
c++14 is the minimum for this version, thus the hardcoded gnu++11
standard flag makes the build fails.
Missing header only for this version seemingly for the option.
2019-12-02 14:26:29 +00:00
Andrea Fioraldi
124ec8d297 code format (contributors, do it!) 2019-12-02 14:34:21 +01:00
David Carlier
8a2f2e1792 compiler plugins, just create const constants once. 2019-11-22 11:03:45 +00:00
van Hauser
760d4991f3 Android PR integration 2019-11-11 23:50:31 +01:00
David Carlier
7fdc7e01a5 Fix some silent warnings and put some var to some usage... 2019-10-31 11:41:50 +00:00
David Carlier
070ccae4dd Little tweaks 2019-10-31 09:25:43 +00:00
David Carlier
16953b5cfa LLVM mode passing the full path of the LLVM config bindir.
On FreeBSD the system compiler does not have llvm-config
however system packages provides several version of the
LLVM toolchain thus forcing to pass AFL_CC/AFL_CXX to make
it work fully.
2019-10-30 17:09:01 +00:00
David Carlier
c87210820c libtokencap update proposal
- bcmp interception.
- FreeBSD using default argument to get current pid for the mapping
data gathering, getpid seems to cause some issues under certain
conditions (getenv call).
2019-10-29 15:06:20 +00:00
hexcoder-
38d74f0ad5 second forgotten place, we need to filter out float vector types 2019-10-28 20:48:45 +01:00
hexcoder-
3ad5316dd1 fix issue #86, we exclude floating point vectors from splitting 2019-10-27 23:54:44 +01:00
van Hauser
8e41a59e2e
Merge pull request #87 from devnexen/gcc_llvm_plugins_little_cjg
Little compiler plugins rework regarding block location picked up.
2019-10-26 17:31:01 +02:00
Andrea Fioraldi
3eaf5560be AFL_LLVM_LAF_SPLIT_FLOATS 2019-10-26 09:03:46 +02:00
David Carlier
15c920a612 Little compiler plugins rework regarding block location picked up. 2019-10-25 14:40:04 +01:00
hexcoder-
c83e8e1e62 Remove lcamtuf's old email from Google (not valid anymore), also remove maintainance from him. 2019-10-19 18:23:01 +02:00
hexcoder-
230c135d4e typo in names 2019-10-18 22:43:30 +02:00
hexcoder-
e7ab8be0cd sync afl-fast-gcc with afl-clang-fast, add tests for gcc_plugin 2019-10-18 19:53:10 +02:00
hexcoder-
b1822f2602 reintegrate gcc_plugin 2019-10-18 18:01:33 +02:00
Andrea Fioraldi
eae4a9e1f8 persistent qemu should now works as expected 2019-10-08 12:39:11 +02:00
hexcoder-
5245ed2262 suppress errors while trying to run llvm-config, it might not be
installed.
2019-10-05 15:19:32 +02:00
hexcoder-
b5c2646360 fix mantissa mask bug (for types double and long double) 2019-10-05 13:55:25 +02:00
hexcoder-
e0ff431169 replace op0_size and op1_size with op_size. 2019-10-05 12:35:06 +02:00
van Hauser
9c105098dd general maintance 2019-10-04 10:33:28 +02:00
hexcoder-
b89d10025d Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus 2019-09-28 18:03:42 +02:00
hexcoder-
edb33cba0c portability: FreeBSD does not know 'date -I', fix paths for man page
generation
2019-09-28 18:00:43 +02:00
hexcoder-
36fea4ba7b typo corrected 2019-09-28 11:57:29 +02:00
hexcoder-
c08f4f5845 fix issue#63 compilation problem with a workaround
for llvm 6.0 and Ubuntu 18.04
2019-09-25 07:10:38 +02:00
hexcoder-
a7e45319c3 small docs updates typos, grammar, clarifications 2019-09-25 05:41:03 +02:00
hexcoder-
149b7d9ee8 bugfix for optimization 2019-09-23 22:25:44 +02:00
hexcoder-
d13592aea0 Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus 2019-09-23 21:59:27 +02:00
hexcoder-
59d4b0aadb avoid floatSemantics, not available in LLVM 3.8.0 2019-09-23 21:57:38 +02:00
Andrea Fioraldi
ff1f6af7e9 wine mode && fix llvm makefile 2019-09-22 20:01:44 +02:00
van Hauser
7adb7cf7f6 more tests 2019-09-22 10:42:48 +02:00