1036 Commits

Author SHA1 Message Date
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
van Hauser
5fda7861fa test.sh honors LLVM_CONFIG 2020-01-05 16:22:50 +01:00
hexcoder
80705aca61
Typo in name 2020-01-03 07:46:21 +01:00
hexcoder
db2eb75205
Typos fixed 2020-01-02 17:41:18 +01:00
van Hauser
710566be93 remove unnecessary conditions 2020-01-02 10:51:14 +01:00
van Hauser
3827b912c7 compile fixes 2020-01-02 08:39:29 +01:00
van Hauser
345c1deb58
Merge pull request #161 from devnexen/libtokencap_mac_fix
libtokencap, fix mac os process map lookup.
2020-01-01 13:07:25 +01:00
David Carlier
3f2f232fc5 libtokencap, fix mac os process map lookup.
Incrementing base address for next iteration.
2020-01-01 10:59:57 +00:00
van Hauser
49c6f7245e typo 2019-12-31 13:23:15 +01:00