6791 Commits

Author SHA1 Message Date
van Hauser
ceb2d99732
Merge pull request #97 from devnexen/llvm_mode_build_silent_warn
Fix some silent warnings and put some var to some usage...
2019-10-31 12:53:47 +01:00
van Hauser
822a3e505a travis update 2019-10-31 12:49:33 +01:00
van Hauser
7b0ab778e3 travis update 2019-10-31 12:46:55 +01:00
van Hauser
744910ad1b travis update 2019-10-31 12:43:51 +01:00
David Carlier
7fdc7e01a5 Fix some silent warnings and put some var to some usage... 2019-10-31 11:41:50 +00:00
van Hauser
c7c622377a travis debug 2019-10-31 12:25:20 +01:00
van Hauser
ae990ce8dc travis updates 2019-10-31 11:38:01 +01:00
van Hauser
7ab2e1d184 travis update 2019-10-31 11:29:22 +01:00
van Hauser
c21b78b297 travis updates 2019-10-31 11:24:47 +01:00
van Hauser
94a7102d3a travis updates 2019-10-31 11:21:41 +01:00
van Hauser
fce7a0c78c update travis 2019-10-31 11:17:18 +01:00
van Hauser
98b27d0c64 travis: added make tests 2019-10-31 11:01:00 +01:00
van Hauser
2d0b90b423
Merge pull request #96 from devnexen/llvm_mode_other_oses_llvm_cfg
LLVM mode passing the full path of the LLVM config bindir.
2019-10-31 10:53:05 +01:00
David Carlier
070ccae4dd Little tweaks 2019-10-31 09:25:43 +00:00
van Hauser
4620d31e2a travis 2019-10-31 10:10:15 +01: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
hexcoder
cfccadcdc4
Merge pull request #95 from devnexen/gcc_plugin_tokencap
copying LLVM mode no builtins.
2019-10-29 16:44:35 +01:00
David Carlier
67533cf7c3 copying LLVM mode no builtins. 2019-10-29 15:35:54 +00:00
van Hauser
8a10f3f22f
Merge pull request #94 from devnexen/libtokencap_upd
libtokencap update proposal
2019-10-29 16:16:54 +01: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
van Hauser
66791a5dad more radamsa optimization 2019-10-29 14:22:13 +01:00
van Hauser
ee9b2522a3
Merge pull request #93 from devnexen/few_warnings_fix_proposal_libtokencap
libtokencap, respect constness also considering pointer arithmetic
2019-10-29 12:04:50 +01:00
David Carlier
df5c7eef39 libtokencap, respect constness also considering pointer arithmetic
is non C standard, some compilers might not have GNU extensions.
2019-10-29 10:49:16 +00:00
van Hauser
ccbb0d37b3 removed warning 2019-10-29 10:44:57 +01:00
van Hauser
66f123fb66
Merge pull request #92 from devnexen/alloc_aligned_c11_libdislocator
adding aligned_alloc + little changes proposal for posix_memalign
2019-10-29 10:41:55 +01:00
David Carlier
87b599f4a8 adding aligned_alloc + little changes proposal for posix_memalign 2019-10-29 08:09:43 +00:00
van Hauser
6238df88a2 fixed warning and return 2019-10-28 22:36:29 +01:00
hexcoder-
38d74f0ad5 second forgotten place, we need to filter out float vector types 2019-10-28 20:48:45 +01:00
hexcoder-
25443918c4 silence some compiler warnings 2019-10-28 16:45:30 +01:00
hexcoder-
8035968516 silence some compiler warnings 2019-10-28 16:32:26 +01:00
hexcoder
f9bf0bd90e
Merge pull request #90 from devnexen/libtokencap_netbsd_fix
Fix proposal for libtokencap
2019-10-28 16:16:54 +01:00
Andrea Fioraldi
0df37d0fa1
Merge pull request #91 from devnexen/posix_memalign_prop
memalign/posix_memalign proposal for libdislocator
2019-10-28 15:49:43 +01:00
David Carlier
fbb131da73 memalign/posix_memalign proposal for libdislocator 2019-10-28 14:44:28 +00:00
David Carlier
942f8d0ec9 Fix proposal for libtokencap
Avoiding fopen API seems buggy on NetBSD.
2019-10-28 11:01:37 +00:00
van Hauser
64fa11d204 updated changelog, afl-analyze AFL_SKIP_BIN_CHECK support 2019-10-28 11:52:31 +01:00
hexcoder-
3ad5316dd1 fix issue #86, we exclude floating point vectors from splitting 2019-10-27 23:54:44 +01:00
van Hauser
f8e0e9ab1f updated todos 2019-10-27 11:35:40 +01:00
hexcoder-
10af76a50c added a TODO item for posix_memalign wrapper 2019-10-27 08:12:01 +01:00
hexcoder-
2fafb9f2fb Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus 2019-10-27 07:29:07 +01:00
van Hauser
4de38fe40a docs update 2019-10-27 09:04:40 +01:00
hexcoder-
74df3e2491 WIP for NetBSD port, iteration has an unknown problem causing a seg fault 2019-10-27 07:27:48 +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
hexcoder
17729ce856
Merge pull request #89 from devnexen/dfbsd_porting
Porting cpu affinity to DragonFly.
2019-10-26 10:45:20 +02:00
David Carlier
cfd7b906cb Porting cpu affinity to DragonFly.
Thanks their API is very similar in this area.
2019-10-26 08:39:13 +01:00
Andrea Fioraldi
a1f7de2bc3
Merge pull request #88 from domenukk/unicorn_nowarn
No Longer Warns for Absolute Binaries for Unicorn
2019-10-26 09:25:52 +02:00
Andrea Fioraldi
f2b3f01759 make initial inputs names consistent with others using time:0 2019-10-26 09:24:09 +02:00
Andrea Fioraldi
3eaf5560be AFL_LLVM_LAF_SPLIT_FLOATS 2019-10-26 09:03:46 +02:00
Dominik Maier
c66633ccc5 no longer warns on python as path for unicorn 2019-10-26 01:43:25 +02:00
Andrea Fioraldi
a2f911dbb1 typo 2019-10-26 01:14:39 +02:00
Andrea Fioraldi
060579b73a Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2019-10-26 01:12:36 +02:00