272 Commits

Author SHA1 Message Date
Dominik Maier
a2e2fae840 AFL_CRASH_EXITCODE env var added, u8->bool 2020-12-03 14:43:06 +01:00
van Hauser
8584f9d2b5 added AFL_NO_AUTODICT 2020-12-01 13:13:11 +01:00
van Hauser
e32b7eeb83 fixed child not killed with -c 2020-11-19 16:14:19 +01:00
Dominik Maier
631b6d0187 fixed simple yet stupid bug 2020-11-18 03:03:49 +01:00
Dominik Maier
f80f62f14b renamed env var to AFL_DEBUG_CHILD 2020-11-18 03:02:13 +01:00
Dominik Maier
23f37ff505 fixed alloc errors, code format 2020-11-18 02:33:47 +01:00
van Hauser
1cc637a0a0 support AFL_LLVM_INSTRUMENT env for our own PCGUARD 2020-11-16 10:59:09 +01:00
hexcoder-
76c5b8a3b4 fix error handling in fauxserver 2020-11-14 19:38:06 +01:00
hexcoder-
40e10895a2 now really fix -n 2020-11-14 17:21:43 +01:00
hexcoder-
e750a5c856 add sanity check for -M/-S arguments 2020-11-14 12:36:28 +01:00
hexcoder-
30cd8a8397 fix non instrumented mode, fix check_binary 2020-11-14 12:28:51 +01:00
hexcoder-
bd313d4039 no binary checking in noninstrumented mode 2020-11-14 11:31:18 +01:00
van Hauser
6abe4d124e require llvm 10.0.1+ for enhanced pcguard, correct 1MB checks 2020-11-05 08:53:16 +01:00
van Hauser
3cfc0174f7 fix -N for forkserver 2020-11-03 16:00:29 +01:00
van Hauser
0fd98ae8b0 added mutation introspection make target 2020-11-01 21:34:08 +01:00
van Hauser
44c65fa0a0 add no splicing compile option and print used compile options in afl-fuzz help 2020-10-26 14:44:05 +01:00
vanhauser-thc
2e8ec1e339 allow symbolize=1 for asan/debug 2020-10-23 22:49:20 +02:00
van Hauser
aa0d378520 better cache entry algo 2020-10-23 15:21:21 +02:00
van Hauser
0e748ccda7 set max testcache entries automated if not specified by the user 2020-10-23 14:05:34 +02:00
van Hauser
ac1c3b8701 mini improvements 2020-10-19 11:34:57 +02:00
van Hauser
ee66cd7b27 testcache_size = 2 ok fix 2020-10-15 17:08:45 +02:00
van Hauser
735e8c3956 check for minimum cache size 2020-10-14 17:32:51 +02:00
van Hauser
56ac3fcdc5
configurable testcache with malloc (#581)
* cache item number to cache memory size

* reload testcase if trimming changed the size

* fix splicing selection

* slim splicing

* import sync fix

* write testcache stats to fuzzer_stats

* fix new seed selection algo

* malloc+read instead of mmap

* fix

* testcache is configurable now and no reference counts

* fixes compilation, test script

* fixes

* switch TEST_CC to afl-cc in makefile

* code format

* fix

* fix crash

* fix crash

* fix env help output

* remove unnecessary pointer resets

* fix endless loop bug

* actually use the cache if set

* one more fix

* increase default cache entries, add default cache size value to config.h

Co-authored-by: hexcoder- <heiko@hexco.de>
2020-10-14 15:30:30 +02:00
van Hauser
15099f7f5a fix afl-cc.8 generation 2020-10-12 04:48:02 +02:00
van Hauser
aef0cd5877 fix sync mode 2020-10-12 04:41:04 +02:00
vanhauser-thc
b7e0490bcd Revert "Merge branch 'memcache_marc' into dev"
This reverts commit c03fbcedaa68db5324423975a34331287426f7c2, reversing
changes made to dab017dddaaab6d836a590f7bba3eea3549758d2.
2020-10-12 03:44:34 +02:00
van Hauser
c03fbcedaa
Merge branch 'memcache_marc' into dev 2020-10-12 03:18:54 +02:00
van Hauser
dab017ddda no -M/-S: auto-set -S default 2020-10-12 02:26:14 +02:00
van Hauser
6a397d6111 add new seed selection algo and make it the default 2020-10-11 14:31:31 +02:00
van Hauser
445aba9221 determinstic fuzzing is now disabled by default 2020-10-10 10:55:56 +02:00
van Hauser
c075003bd2
Merge pull request #571 from Edznux/statsd_implem
Statsd support implementation
2020-10-10 10:36:48 +02:00
van Hauser
125f8b6ba7 -m none is the default now 2020-10-09 23:23:44 +02:00
Edznux
4cb4772e2a
Remove ==1 in the condition 2020-10-09 18:58:27 +02:00
Edznux
0220a8ff66
Add env var toggle for StatsD 2020-10-08 20:48:46 +02:00
Edznux
deab5a1532
Add documentation/help for AFL_STATSD_TAGS_FLAVOR 2020-10-07 19:44:02 +02:00
van Hauser
c12b98e0a4 efficient queue jump 2020-10-07 17:45:54 +02:00
Edznux
3e16cf5fbf
Remove statsd_socket_init, just let it init when doing the first iteration 2020-10-07 00:20:13 +02:00
Edznux
3d7bdc9f0b
[WIP: segfault on non dogstatsd] Adding MACROS for format 2020-10-06 23:00:11 +02:00
Dominik Maier
74dc227c44 code format 2020-10-06 15:38:36 +02:00
Dominik Maier
a4b60ca5b6 testcase cache added 2020-10-06 15:37:59 +02:00
Edznux
9b112fde1a
Add help for AFL_STATSD_HOST &
AFL_STATSD_PORT env var
2020-10-05 19:29:37 +02:00
van Hauser
bab60b68d9 changed the default schedule to coe 2020-10-04 20:45:59 +02:00
van Hauser
383cd487a2 small improvements to Marcel's patch, fix laf-intel + redqueen crashes 2020-09-29 15:02:57 +02:00
Marcel Boehme
e87eca7fe8 Patching and improving AFLFast schedules. 2020-09-29 11:53:27 +00:00
van Hauser
e69b25e34b increase havoc_stack_pow2 on no finds 2020-09-28 10:13:00 +02:00
van Hauser
5f52f72761 set explore as default, fix schedule display 2020-09-20 14:58:08 +02:00
van Hauser
a18523f018 fix exploit, mmopt and rare schedule 2020-09-19 15:13:58 +02:00
van Hauser
7ff9800804 fix exploit, mmopt and rare schedule 2020-09-19 15:13:15 +02:00
van Hauser
44c0dc6d96 fix expand havoc 2020-09-18 12:19:27 +02:00
van Hauser
2802245da7 update instrumenation/README.instrument_file.md for gcc_plugin 2020-09-08 17:15:32 +02:00