Dominik Maier
|
a19b3022d9
|
afl_custom_describe api added
|
2020-12-04 14:26:47 +01:00 |
|
hexcoder-
|
e9a342f3d9
|
common.h change from user header include to system header include
|
2020-12-04 08:43:58 +01:00 |
|
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
|
e769102491
|
more DEBUGF
|
2020-11-30 21:54:18 +01:00 |
|
Dustin Spicuzza
|
cd0a25be5e
|
Use buffer protocol to retrieve result from python post_process (#605)
Saves an extra copy, gives post processing functions more flexibility
|
2020-11-18 20:29:17 +01:00 |
|
David CARLIER
|
b260204b72
|
Solaris/Illumos build fix. (#609)
|
2020-11-18 19:13:03 +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 |
|
hexcoder-
|
add108ec23
|
fix two exotic mem leaks detected by cppcheck
|
2020-11-17 21:06:47 +01:00 |
|
van Hauser
|
8e1047f5ef
|
support custom mutator introspection
|
2020-11-10 14:08:21 +01:00 |
|
Dominik Maier
|
d795ec0451
|
added better error handling to forkserver fd
|
2020-11-03 13:41:06 +01:00 |
|
van Hauser
|
416e01d3c6
|
match mopt to havoc
|
2020-11-02 11:04:35 +01:00 |
|
van Hauser
|
0fd98ae8b0
|
added mutation introspection make target
|
2020-11-01 21:34:08 +01:00 |
|
vanhauser-thc
|
2e8ec1e339
|
allow symbolize=1 for asan/debug
|
2020-10-23 22:49:20 +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
|
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
|
f41aafa4f7
|
retake from mem if possible
|
2020-10-15 15:48:39 +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
|
d9b63766df
|
fix new seed selection algo
|
2020-10-12 11:12:16 +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
|
6a397d6111
|
add new seed selection algo and make it the default
|
2020-10-11 14:31:31 +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 |
|
van Hauser
|
43d8296504
|
increase default cache size
|
2020-10-09 16:45:27 +02:00 |
|
Edznux
|
0220a8ff66
|
Add env var toggle for StatsD
|
2020-10-08 20:48:46 +02:00 |
|
van Hauser
|
794e8d2d67
|
change HAVOC_MAX_MULT* to 64
|
2020-10-07 08:32:58 +02:00 |
|
Edznux
|
17abe7d36e
|
Fixed segfault because wrong order in args
|
2020-10-06 23:23:45 +02:00 |
|
Edznux
|
3d7bdc9f0b
|
[WIP: segfault on non dogstatsd] Adding MACROS for format
|
2020-10-06 23:00:11 +02:00 |
|
Dominik Maier
|
693252c737
|
fixed missing quote warning
|
2020-10-06 16:17:53 +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
|
9ac9aa2511
|
Fix code format
|
2020-10-05 22:21:24 +02:00 |
|
Edznux
|
916b6fd317
|
Refactor global var into afl_state_t struct
|
2020-10-05 22:21:01 +02:00 |
|
Edznux
|
2bf3a70e2b
|
Correctly handle env var.
|
2020-10-05 22:01:50 +02:00 |
|
Edznux
|
1a12db1b59
|
Code format
|
2020-10-04 16:11:05 +02:00 |
|
Edznux
|
1e0bc2e5c3
|
Merge remote-tracking branch 'origin/dev' into statsd_implem
|
2020-10-04 16:03:15 +02:00 |
|
Edznux
|
b0de6fed11
|
Mention tags format in macro's name
|
2020-10-04 14:29:50 +02:00 |
|
Edznux
|
ca6106a1dc
|
Refactor
|
2020-10-04 14:24:25 +02:00 |
|
Edznux
|
6006cce0cf
|
Define config, change parent func to show_stats
|
2020-10-04 03:24:09 +02:00 |
|
Edznux
|
ff8c6d2415
|
Adds other metrics
|
2020-10-04 03:22:28 +02:00 |
|
Edznux
|
26dcddab0c
|
Add config ifdef
|
2020-10-03 23:56:55 +02:00 |
|
Edznux
|
2239743361
|
Rewrote format metric to be simpler/more static
|
2020-10-01 00:11:01 +02:00 |
|