944 Commits

Author SHA1 Message Date
van Hauser
b8bad5a227 fix for getopt 2020-01-19 22:29:40 +01:00
hexcoder-
274c8d7d3c add missing test program (oops) 2020-01-19 21:22:41 +01:00
hexcoder-
f706e210ec add missing test cases for qemu_mode unsigaction library 2020-01-19 21:20:51 +01:00
hexcoder-
e7770a7002 make exporting AFL_CC FreeBSD specific, since it seems to harm
the libradamsa test on travis/arm64
2020-01-19 12:25:32 +01:00
hexcoder
99fe0becd4
Merge pull request #174 from devnexen/reallocarray_API_bsd
libdislocator: reallocarray API introduction
2020-01-18 17:50:56 +01:00
hexcoder-
0eec622155 Intel test taken from lto branch, extended (as in test.sh), and tested on RaspberryPi 2020-01-18 16:35:21 +01:00
hexcoder-
08691fcc97 add forgotten stderr redirect 2020-01-18 16:58:20 +01:00
hexcoder-
db5d501715 set AFL_CC for libradamsa test (needed on FreeBSD) 2020-01-18 16:46:14 +01:00
hexcoder-
00b1d16ac6 more fixes for python checks 2020-01-18 16:28:13 +01:00
hexcoder-
6b0950b03d fix some syntax errors regarding $(filter ...) 2020-01-18 16:13:57 +01:00
David Carlier
858b5da24e libdislocator: reallocarray API introduction 2020-01-18 14:47:22 +00:00
hexcoder-
1ac31361ca as suggested, added a comment, why NetBSD needs a higher memory limit 2020-01-17 20:41:30 +01:00
Andrea Fioraldi
b6c5974b37 format 2020-01-17 16:41:30 +01:00
Andrea Fioraldi
f24135f1ed Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2020-01-17 16:39:53 +01:00
Andrea Fioraldi
55e9297202 first experiment cmplog 2020-01-17 16:39:05 +01:00
van Hauser
800d43b846 small change for march=native 2020-01-17 16:17:08 +01:00
hexcoder-
cb23fe2aba increased default memory limit (200megs) on NetBSD (due to kernel bug), fixes the afl-tmin test 2020-01-17 16:06:43 +01:00
hexcoder-
7c0704b30c use default memory limit for afl-tmin (again) in test.sh, fix it in afl-tmin 2020-01-17 16:01:44 +01:00
hexcoder-
3671d7eb8a fixes for gcc 5.5 (does not understand -march=native) on NetBSD 2020-01-17 16:00:11 +01:00
van Hauser
bd58094dbc fix libradamsa Makefile typo 2020-01-16 13:38:04 +01:00
van Hauser
b5c19a58f6 fix for cc=clang and libradamsa optimization 2020-01-15 15:54:54 +01:00
van Hauser
d5dff8960c O3 is faster than Ofast ... duh ... 2020-01-15 12:00:25 +01:00
van Hauser
e673dc6dbe stronger afl-fuzz performance compilation 2020-01-15 10:23:28 +01:00
van Hauser
d1d5e7c02a blacklist function support for llvm_mode 2020-01-15 10:10:25 +01:00
Dominik Maier
a0e6b98ce8 persistent mode harness 2020-01-15 02:38:45 +01:00
van Hauser
d0ea8f8433 todo update 2020-01-14 14:45:55 +01:00
Dominik Maier
b0492ba642
Fixed description of unicorn harness.c 2020-01-14 13:58:36 +01:00
Dominik Maier
4b83b2696e fixed c harness 2020-01-13 23:56:36 +01:00
Dominik Maier
88d9fba4c7
C example added 2020-01-13 23:52:48 +01:00
Dominik Maier
7b02847cd6 renamed to unicornafl 2020-01-12 03:02:56 +01:00
van Hauser
f369bf6b80
Merge pull request #171 from devnexen/obsd_build_fix
experimental OpenBSD build fix
2020-01-11 16:13:36 +01:00
David Carlier
a6d6ac2413 experimental OpenBSD build fix 2020-01-11 14:00:48 +00:00
van Hauser
8a44b572fc try travis as root 2020-01-10 11:33:13 +01:00
hexcoder-
781123a906 NetBSDs wc -l prints spaces before the number, so string test
failed -> use pattern matching with "case" instead.
2020-01-09 09:50:51 +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
1b1e630461
Merge pull request #167 from korniltsev/korniltsev/typo
fix typo in uncorn_mode/readme
2020-01-08 01:21:21 +01:00
Anatoly Korniltsev
9a9e92724f fix typo in uncorn_mode/readme 2020-01-08 02:35:36 +03:00
hexcoder
57204c7917
increase memory for afl-tmin test
needed by NetBSD
2020-01-07 23:19:55 +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
van Hauser
48171dc4ad update todo 2020-01-07 14:29:31 +01:00
hexcoder-
da42afe32f undo bash -> sh change, remove some bash specific constructs.
(WIP: does not yet work with bourne shell)
2020-01-07 08:39:24 +01:00
hexcoder-
f88910755b Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus 2020-01-07 07:12:05 +01:00
hexcoder-
d176c59ea2 remove bash dependency (not generally present on *BSD) 2020-01-07 07:11:05 +01:00
Andrea Fioraldi
b2bee5c32a moar moar copyrights 2020-01-06 16:17:23 +01:00
Andrea Fioraldi
2692ef788b moar copyright notes 2020-01-06 16:06:35 +01: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
e7fc1ef49e minor fix for man page install 2020-01-06 10:05:33 +01:00