1332 Commits

Author SHA1 Message Date
Andrea Fioraldi
ffb4767fc1 custom mutator readme 2020-04-03 09:39:09 +02:00
Andrea Fioraldi
36213dba7d Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev 2020-03-23 20:19:20 +01:00
Andrea Fioraldi
65817144ac include afl-llvm-rt.o not only when linking 2020-03-23 20:19:07 +01:00
Dominik Maier
77b81e7361 custom mutators might work again like this 2020-03-23 18:18:54 +01:00
Dominik Maier
83f925ccc9 unsafer 2020-03-23 15:02:26 +01:00
van Hauser
39208eeb9a typo 2020-03-23 12:06:43 +01:00
Andrea Fioraldi
f32d1022bd surgical_havoc_mutate() in custom mutator helpers 2020-03-23 10:47:17 +01:00
Andrea Fioraldi
ee9447de01 libasan.so is not a thing. libclang-rt.asan-ARCH.so is the asan DSO and it is not linked by default. Search for __asan_init instead. 2020-03-23 10:09:55 +01:00
Andrea Fioraldi
dcfc24501b update readme 2020-03-23 10:05:08 +01:00
Andrea Fioraldi
e65e723e03 update readme 2020-03-23 09:50:12 +01:00
van Hauser
94e30002e7 better man page for afl-clang-* 2020-03-23 09:25:05 +01:00
van Hauser
37603272be more fixes and code-format 2020-03-23 08:58:17 +01:00
van Hauser
4263519479 more fixes 2020-03-23 08:48:57 +01:00
van Hauser
db302ff18b minor fixes 2020-03-23 08:44:27 +01:00
Dominik Maier
cbde30e9d4 less branches, cleanup 2020-03-23 00:14:03 +01:00
van Hauser
c0fd8f4e15
Merge pull request #265 from devnexen/unicorn_python3_4_mac
Enforcing python3 for Mac too.
2020-03-22 19:09:43 +01:00
van Hauser
d39e9ea11c little performance enhancements 2020-03-22 19:06:39 +01:00
van Hauser
5b64681867 a little bit more performance 2020-03-22 18:27:04 +01:00
David Carlier
0132657432 Enforcing python3 for Mac too. 2020-03-22 12:31:58 +00:00
Andrea Fioraldi
aac7c7d75d detect arm in build_qemu_support.sh 2020-03-22 12:09:52 +01:00
van Hauser
bd239d7e3d nice -n -20 to commit test script 2020-03-22 11:28:09 +01:00
van Hauser
da1f2f3c17 fix travis 2020-03-22 10:24:29 +01:00
van Hauser
7374af51d1 silly, silly typo 2020-03-22 10:07:59 +01:00
van Hauser
38fa2fe0b1 add commit test script test/checkcommit.sh 2020-03-22 09:32:13 +01:00
van Hauser
5a0cc43ee1 all afl msgs to stdout and only read AFL_BENCH_JUST_ONE once 2020-03-22 09:26:46 +01:00
Dominik Maier
f08a3fedf6 renamed UB to rand_below 2020-03-21 22:26:13 +01:00
van Hauser
5cf3426834 remove debug code 2020-03-21 22:17:57 +01:00
hexcoder-
96736309a7 support for arm platform when building qemu 2020-03-21 22:11:07 +01:00
van Hauser
42ece199c8 revert test.sh patch 2020-03-21 22:04:52 +01:00
Dominik Maier
54d01fec43 moved string formatting to header 2020-03-21 21:48:52 +01:00
van Hauser
f8d717d195 test.sh fix 2020-03-21 21:42:32 +01:00
van Hauser
c6db05c5ae test.sh with -no-pie 2020-03-21 21:10:38 +01:00
Dominik Maier
6f78b67f03 adjusted int_bufs 2020-03-21 20:28:01 +01:00
hexcoder-
a5af81506f qemu_mode/unicorn_mode scripts: fix '==' in '[' 2020-03-21 19:31:15 +01:00
hexcoder-
087bc6daeb qemu_mode and unicorn_mode build scripts: replace type with command -v 2020-03-21 19:22:55 +01:00
hexcoder-
f18dbb0b40 afl-gotcpu.c: compielr warning fixed: initialize variable v2 2020-03-21 19:13:39 +01:00
hexcoder-
6cbd0f1faf avoid calling awk for 'which' replacement, use POSIX 'command -v' instead 2020-03-21 18:51:43 +01:00
van Hauser
dcd9cd638b fix stat display 2020-03-21 17:42:00 +01:00
hexcoder-
350530f664 unicorn build script: list all missing prereqs in one invocation,
replace which with type
2020-03-21 10:59:58 +01:00
hexcoder-
dabce05ec6 qemu_mode/build script: add more missing prereqs 2020-03-21 10:46:23 +01:00
hexcoder-
993bf03af9 Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev 2020-03-21 10:36:18 +01:00
hexcoder-
2508008b53 qemu_mode, build script: avoid which, add patch to prereqs, list all
missing prereqs in one invocation
2020-03-21 10:31:39 +01:00
van Hauser
a0012c9e82 forgot readme for ngram 2020-03-20 17:56:24 +01:00
hexcoder-
c63956b8ec Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev 2020-03-20 17:32:42 +01:00
hexcoder-
6965797286 unicorn: increase timeout for unicorn test in build script 2020-03-20 17:31:48 +01:00
van Hauser
5a74cffa0f added llvm_mode ngram coverage 2020-03-20 17:10:44 +01:00
van Hauser
f21ff8bac8 show cycles_without_finds in afl-whatsup 2020-03-20 12:19:22 +01:00
van Hauser
5d932398df expose cycles_wo_finds in fuzzer_stats 2020-03-20 09:44:51 +01:00
van Hauser
5532fc1102 added missing descriptions of entries in fuzzer_stats 2020-03-20 09:28:43 +01:00
van Hauser
60d66ebc0d clean was missing ld symlink 2020-03-20 09:06:54 +01:00