155 Commits

Author SHA1 Message Date
Andrea Fioraldi
4384008f81 AFL_ALIGNED_ALLOC in libdislocator 2020-02-01 19:12:26 +01:00
hexcoder
3b4920011b
small fixes 2020-01-31 00:18:27 +01:00
Andrea Fioraldi
e5f081586d changelog 2020-01-30 23:11:03 +01:00
Andrea Fioraldi
0498d6fa89 fix links in readme 2020-01-30 23:00:54 +01:00
Andrea Fioraldi
1e8ea984d7 moar llvm readme 2020-01-30 22:58:45 +01:00
Andrea Fioraldi
6e9fce1c2d
Merge branch 'master' into CmpLog 2020-01-30 22:52:27 +01:00
Andrea Fioraldi
c8581050ff status custom/rq 2020-01-30 22:46:56 +01:00
Andrea Fioraldi
95a98fb3e8 cmplog runtime for LLVM 2020-01-30 22:40:09 +01:00
hexcoder-
b050c11583 for partial functionality ignore the LLVMInsTrim build result 2020-01-30 21:50:57 +01:00
hexcoder-
ceed66930e lower requirements for lower llvm/clang versions
3.7.1 works with the exception of InsTrim, 3.8.1 and above is ok
2020-01-30 21:32:08 +01:00
van Hauser
bb88d98ff8 android: prefer bigcores 2020-01-28 19:23:04 +01:00
van Hauser
465033b04a bump llvm version 2020-01-28 11:00:51 +01:00
David Carlier
d3dcc352da First tests with LLVM 11 2020-01-28 09:17:55 +00:00
van Hauser
2c6847bfa0 added whitelist+blacklist to all llvm_mode passes 2020-01-25 16:11:42 +01:00
van Hauser
00d086f816 USE_TRACE_PC unnecessary, set env AFL_LLVM_USE_TRACE_PC instead 2020-01-21 12:53:36 +01:00
van Hauser
b8bad5a227 fix for getopt 2020-01-19 22:29:40 +01:00
Andrea Fioraldi
b6c5974b37 format 2020-01-17 16:41:30 +01:00
Andrea Fioraldi
55e9297202 first experiment cmplog 2020-01-17 16:39:05 +01:00
van Hauser
d1d5e7c02a blacklist function support for llvm_mode 2020-01-15 10:10:25 +01:00
hexcoder
553d9f5cfc
Merge pull request #166 from devnexen/llvm_mode_avoid_instrinsics
llvm_mode little update proposal (avoid instrumenting llvm intrinsic functions).
2020-01-08 10:19:08 +01:00
van Hauser
578b1f4b94 llvm ver display in afl-clang-fast 2020-01-07 21:44:55 +01:00
David Carlier
c7b4a729a9 llvm_mode little update proposal.
avoiding intrinsics generated by LLVM for the isntrumentation.
2020-01-07 16:30:45 +00:00
Andrea Fioraldi
69b4977036 2020 copyright note 2020-01-06 16:04:35 +01:00
Andrea Fioraldi
b95cd8968d Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2020-01-06 11:46:23 +01:00
Andrea Fioraldi
67cbeeb395 added ++ to copyright notes 2020-01-06 11:46:14 +01:00
van Hauser
3827b912c7 compile fixes 2020-01-02 08:39:29 +01:00
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