3357 Commits

Author SHA1 Message Date
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
c866aef37f maybe enhancement to cache algo 2020-10-22 21:07:37 +02:00
van Hauser
8d75c08938 change queue cache algo 2020-10-22 15:48:09 +02:00
Andrea Fioraldi
982260c134 fix timeout bug in read_s32_timed on non linux OSes 2020-10-20 20:48:33 +02:00
Andrea Fioraldi
fa191017b5
Merge pull request #586 from b1gr3db/dev
qemu argv index was still wrong
2020-10-20 18:47:24 +02:00
bigredb
73c0e1357f qemu argv index was still wrong 2020-10-20 05:16:34 -07:00
hexcoder-
d0cdbc48ae always close file descriptor when opened, use standard types 2020-10-20 00:07:40 +02:00
van Hauser
ac1c3b8701 mini improvements 2020-10-19 11:34:57 +02:00
hexcoder-
d8a058bf59 fix AFL_CMIN_CRASHES_ONLY=1 afl-showmap 2020-10-17 14:34:14 +02:00
van Hauser
fcea01a8ea add eviction stat 2020-10-17 11:38:55 +02:00
van Hauser
d5c3b4bafd directly add new queue to cache 2020-10-16 09:35:35 +02:00
van Hauser
b82e9ad3db next afl-showmap fix attempt 2020-10-16 09:16:35 +02:00
hexcoder-
fffe53136c Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev 2020-10-15 23:30:55 +02:00
hexcoder-
bded51e4ea fix issue #583: afl-cmin -C incompatibility 2020-10-15 23:30:36 +02:00
Dominik Maier
190a9cf1e4
Down with Markdown 2020-10-15 19:42:23 +02:00
Dominik Maier
1818d1c6a7
Added citation instruction 2020-10-15 19:41:27 +02:00
van Hauser
ee66cd7b27 testcache_size = 2 ok fix 2020-10-15 17:08:45 +02:00
van Hauser
f41aafa4f7 retake from mem if possible 2020-10-15 15:48:39 +02:00
van Hauser
354bda2846 fix reget of testcase after trim 2020-10-15 15:33:47 +02:00
van Hauser
0f8529a3db prepare halloween fuzzbench run 2020-10-15 15:22:40 +02:00
van Hauser
ea0851c654 fix previous commit 2020-10-15 12:54:18 +02:00
van Hauser
d1e18f9edf fix afl_swap_bufs usage? 2020-10-15 12:20:33 +02:00
van Hauser
0139b8cdcb add missing swap bufs 2020-10-15 10:28:11 +02:00
van Hauser
24e0c9cf65 add missing swap bufs 2020-10-15 10:22:40 +02:00
van Hauser
7ca5524e55
Merge pull request #584 from devnexen/dfbsd_build_fix
DragonFlyBSD build fix proposal.
2020-10-14 17:37:21 +02:00
David Carlier
638bf19b65 DragonFlyBSD build fix proposal. 2020-10-14 17:21:22 +01:00
van Hauser
735e8c3956 check for minimum cache size 2020-10-14 17:32:51 +02:00
van Hauser
23872d6f2c add documentation 2020-10-14 16:38:29 +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
5ee63a6e62 fix link 2020-10-14 12:54:59 +02:00
van Hauser
c20ba2c2c5 fix custom mutator doc 2020-10-13 15:51:58 +02:00
van Hauser
d9b63766df fix new seed selection algo 2020-10-12 11:12:16 +02:00
van Hauser
5427f7ca98 fix tests for sync mode 2020-10-12 05:02:11 +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
van Hauser
d6da5605c8 fix splicing selection 2020-10-12 04:03:42 +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
55e1726b23
Merge pull request #579 from Edznux/add_statsd_docs
Add documentation for StatsD
2020-10-12 02:07:14 +02:00
Edznux
59815cd447
Add documentation for StatsD 2020-10-11 23:06:37 +02:00
van Hauser
6a397d6111 add new seed selection algo and make it the default 2020-10-11 14:31:31 +02:00
hexcoder-
01ec0cce47 fix for afl-analyze thanks to JJY-sec! 2020-10-10 15:44:47 +02:00
hexcoder-
5540a055c5 afl-showmap: free malloced coverage map 2020-10-10 11:19:45 +02:00
van Hauser
445aba9221 determinstic fuzzing is now disabled by default 2020-10-10 10:55:56 +02:00
van Hauser
5dc3bc175b fix typo 2020-10-10 10:41:30 +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
1ab83d7d89 fix afl-cc build for no llvm present 2020-10-10 00:21:55 +02:00
van Hauser
cbf8212fe0 fix afl-cc build for no llvm present 2020-10-10 00:18:08 +02:00