1117 Commits

Author SHA1 Message Date
van Hauser
374f661027 help output adjustment 2019-10-22 13:23:00 +02:00
van Hauser
7ab11c3da9 compile fix 2019-10-22 13:19:08 +02:00
hexcoder-
cc2f3afdf8 sync llvm_mode/Makefile to gcc_plugin/Makefile 2019-10-21 23:53:56 +02:00
hexcoder-
9a5882a290 sync afl-gcc-rt.o.c from its more current llvm cousin 2019-10-21 23:35:09 +02:00
hexcoder-
a033364d55 implement neverZero counter for __afl_trace() 2019-10-21 23:07:05 +02:00
van Hauser
bc3ce26e0e -V/-E not precise 2019-10-21 17:18:41 +02:00
van Hauser
ebea44029e 2.58d 2019-10-21 11:30:28 +02:00
van Hauser
be6bc155eb v2.58c 2.58c 2019-10-21 11:28:32 +02:00
hexcoder-
d0bbef74ef loading dynamical libraries on Darwin/MacOSX is done with DYLD_INSERT_LIBRARIES 2019-10-20 02:35:06 +02:00
hexcoder-
a282ae22af In OpenBSD initial thread local storage is allocated with calloc(),
which leads to locked mutexes and a stall. So no thread support
(and no tls) here.
2019-10-20 03:34:46 +02:00
hexcoder-
c83e8e1e62 Remove lcamtuf's old email from Google (not valid anymore), also remove maintainance from him. 2019-10-19 18:23:01 +02:00
hexcoder
452ec28761
Merge pull request #82 from devnexen/darwin_gotcpu_portage
afl-gotcpu: porting to Darwin using mach API.
Thanks! Looks good!
2019-10-19 17:37:40 +02:00
hexcoder-
8a78637719 add gcc_plugin to code formatter and run it 2019-10-19 16:19:46 +02:00
David Carlier
1fdb75068d afl-gotcpu: porting to Darwin using mach API. 2019-10-19 11:44:09 +01:00
hexcoder-
230c135d4e typo in names 2019-10-18 22:43:30 +02:00
hexcoder-
bf544af690 new entries for gcc_plugin 2019-10-18 21:21:17 +02:00
hexcoder-
e7ab8be0cd sync afl-fast-gcc with afl-clang-fast, add tests for gcc_plugin 2019-10-18 19:53:10 +02:00
hexcoder-
b1822f2602 reintegrate gcc_plugin 2019-10-18 18:01:33 +02:00
van Hauser
f4a74a3405 added test/test-performance.sh 2019-10-18 10:10:47 +02:00
van Hauser
73da639654 revert patch 2019-10-18 08:25:43 +02:00
van Hauser
f2a1456e94 needed increased unicorn test time 2019-10-17 11:31:12 +02:00
van Hauser
c75abda571 return instead of exit in test-instr 2019-10-17 09:30:50 +02:00
hexcoder-
1aec670c43 add forgotten floating point comparisons in laf-intel/llvm_mode 2019-10-16 20:37:58 +02:00
van Hauser
77695d75bb test.sh check to see if qemu persistent mode is faster 2019-10-15 17:14:59 +02:00
van Hauser
3dec452a8a v2.57d 2019-10-15 16:50:48 +02:00
van Hauser
97f5ce52d1 v2.57c release 2.57c 2019-10-15 16:48:05 +02:00
van Hauser
540de896e3 more time for test case 2019-10-14 11:08:25 +02:00
Andrea Fioraldi
dcfccb2a0d reverse bytes compcov in unicorn 2019-10-13 13:03:06 +02:00
Andrea Fioraldi
ac5b0a3b34 moar doc 2019-10-13 10:38:13 +02:00
Andrea Fioraldi
8f854ee83a test for persistent qemu 2019-10-13 10:34:51 +02:00
hexcoder-
bd312607a3 add afl-fuzz error capturing for qemu_mode and unicorn_mode 2019-10-12 00:39:59 +02:00
hexcoder-
99f2abfd71 fine tuning cpu percentage limit to be detected as bound cpu on FreeBSD 2019-10-12 01:58:45 +02:00
hexcoder-
132ecc0580 catch afl-fuzz's output and print it in case of errors 2019-10-12 01:49:23 +02:00
hexcoder
5157a56803
Merge pull request #80 from devnexen/fbsd_binding_fix
FreeBSD making more tolerant the cpu binding at init time
2019-10-11 23:22:31 +02:00
David Carlier
33281b04e7 FreeBSD making more tolerant the cpu binding at init time 2019-10-11 22:21:25 +01:00
hexcoder-
a9404fe33f fix output from echo on NetBSD, now enables users to set cpu 2019-10-11 23:20:32 +02:00
hexcoder
95bdb47f01
Merge pull request #78 from devnexen/netbsd_bind_cpu_fix
Systen config typo for NetBSD
2019-10-11 23:05:15 +02:00
hexcoder
ebf624772a
Merge pull request #79 from devnexen/netbsd_binding_to_free_cpu
NetBSD binding to cpu, ignore sleeping processes.
2019-10-11 22:54:36 +02:00
David Carlier
b33a6addcc NetBSD binding to cpu, ignore sleeping processes. 2019-10-11 21:09:24 +01:00
David Carlier
1e4fb1f6fe Systen config typo for NetBSD 2019-10-11 20:07:45 +01:00
hexcoder-
287828fe0b if afl-clang has to be used, extend the hardening test as from llvm_mode 2019-10-11 03:24:50 +02:00
hexcoder-
dc311b978e fix FreeBSD compile error 'NBBY' is not defined 2019-10-11 02:55:48 +02:00
hexcoder
bccaf93f8b
Update README.md
typos in names
2019-10-10 23:21:52 +02:00
hexcoder
61a84e15ea
Update README.md 2019-10-10 21:46:15 +02:00
hexcoder
f7bdb6555d
Update README.md
Found Apple's statement on not supporting statically linked binaries and mentioned it.
2019-10-10 21:38:12 +02:00
Andrea Fioraldi
4183bc35b2 doh 2019-10-10 19:50:16 +02:00
Andrea Fioraldi
4700800770 upload libradamsa 2019-10-10 19:49:38 +02:00
Andrea Fioraldi
9de74cce92 radamsa mutator as havoc cycle replacement with probability 1/24 2019-10-10 19:46:46 +02:00
Andrea Fioraldi
125a59df91 Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2019-10-08 12:40:05 +02:00
Andrea Fioraldi
eae4a9e1f8 persistent qemu should now works as expected 2019-10-08 12:39:11 +02:00