6adaacbb3a
Seperate fuzzer_setup from fuzzer_stats, only write fuzzer_setup at the start
2020-09-04 15:54:57 +02:00
e45ae8e5da
Export set afl_environment_variables to stats
2020-09-04 13:48:43 +02:00
4c48d3a3ad
update xxh3 to 0.8.0, fix is_ascii
2020-09-03 09:59:23 +02:00
c39a552cc0
ignore unstable
2020-09-02 20:30:26 +02:00
08f6e1d66a
children terminate on sigpipe
2020-09-02 17:54:54 +02:00
e4a86b40a5
child cleanup
2020-09-01 13:42:33 +02:00
bd57784664
code format
2020-08-31 23:59:10 +02:00
8ca4414d70
merge conflicts
2020-08-31 20:34:28 +02:00
6090bb1bca
better fix for #539
2020-08-31 20:33:56 +02:00
9bbbec3fa8
Fixed stack use-after-return bug in strntoll
2020-08-31 18:39:50 +02:00
e4de4e3500
update gitignore
2020-08-31 18:32:01 +02:00
bea76b346c
fixed build error
2020-08-31 18:29:45 +02:00
53e63e9ded
added forkserver init timeout
2020-08-31 18:28:36 +02:00
d7d8afa512
fix afl-gcc help output
2020-08-31 17:54:21 +02:00
155ef8875a
Fix few warnings for FreeBSD case. ( #536 )
2020-08-31 16:37:46 +02:00
9e8b3f13e1
fixed warning on mac
2020-08-31 15:17:37 +02:00
d2c9e4baa7
fix warnings and weird code insert
2020-08-31 13:12:59 +02:00
81767287c3
improve documentation
2020-08-31 13:02:40 +02:00
4566bcf122
code-format
2020-08-31 10:57:01 +02:00
41bb359428
Fix various spelling errors ( #532 )
...
All those spelling errors have been caught by lintian's built-in
spellchecker:
https://lintian.debian.org/tags/spelling-error-in-binary.html
2020-08-28 23:04:25 +02:00
9a6a32775f
Prevent afl-fuzz from modifying stage_max during fuzzing
2020-08-27 00:32:53 -04:00
1efc6e59b7
Added out_file value when using stdio ( #524 )
2020-08-24 21:18:51 +02:00
19eddbb0c7
make py functions as optional as they are in the doc
2020-08-24 18:12:08 +02:00
6a34c5aa3e
fix python implementation for new function
2020-08-24 18:06:07 +02:00
c7f0d30668
added afl_custom_fuzz_count
2020-08-24 17:32:41 +02:00
b9b6f06429
Allow Large Extras ( #523 )
...
* allow large extras
* skipping large testcases again
2020-08-24 12:04:29 +02:00
a1442bd1ac
no longer warns for prob. extras
2020-08-23 11:21:49 +02:00
4d9d52e3d9
code format
2020-08-23 11:00:46 +02:00
6184832ea9
added more env var docs, fsrv fixes for cmin, tmin
2020-08-23 10:59:56 +02:00
e2b54bfa05
code format
2020-08-23 10:40:46 +02:00
425908a00c
Option for specifying forkserver initialization timeout via environment variable ( #522 )
...
* Addition of AFL_FORKSRV_INIT_TMOUT env var
This commit introduces a new environment variable which allows to
specify the timespan AFL should wait for initial contact with the
forkserver.
This is useful for fuzz-targets requiring a rather long setup time
before the actual fuzzing can be started (e.g., unicorn).
* add .swp files to .gitignore
* Inherit init_tmout in afl_fsrv_init_dup
Without this patch, the forkserver would spawn with a timeout of 0 in
cmplog mode, leading to an immediate crash.
Additionally, this commit removes a spurious whitespace.
* Initialize afl->fsrv.init_tmout in afl_fsrv_init
Not all afl-components will need the new AFL_FORKSRV_INIT_TMOUT
environment variable. Hence, it's initialized to the safe "default"
value from before in afl_fsrv_init now.
2020-08-23 10:39:34 +02:00
1301552101
added AFL_MAX_DET_EXTRAS env var
2020-08-23 01:48:36 +02:00
c4f71ab201
enable autodict for cmplog compile, it is ensure not be used in the forkserver
2020-08-22 10:01:45 +02:00
5ec91fce23
fix for bad free ( #520 )
2020-08-21 23:03:08 +02:00
47878f6974
add execs_done to plot file
2020-08-21 23:33:35 +02:00
b504b9313a
code-format, changelog
2020-08-18 01:36:49 +02:00
1a94cfe2af
moved autodict extras away from extras_a
2020-08-18 01:31:40 +02:00
7470b475a9
Reworked maybe_grow to take a single ptr, renamed to afl_realloc ( #505 )
...
* maybe_grow takes a single ptr
* fixed use_deflate
* reworked maybe_grow_bufsize
* helper to access underlying buf
* remove redundant realloc_block
* code format
* fixes
* added unit tests
* renamed maybe_grow to afl_realloc
* BUF_PARAMS -> AFL_BUF_PARAM
2020-08-18 00:50:52 +02:00
43214d6b46
more likely
2020-08-15 22:10:28 +02:00
2f28ecd3a5
more unlikely
2020-08-15 20:51:57 +02:00
af14acf2c1
Revert "Merge branch 'debug' into dev"
...
This reverts commit a7537b5511
, reversing
changes made to 15e799f7ae
.
2020-08-14 14:35:05 +02:00
a7537b5511
Merge branch 'debug' into dev
2020-08-14 13:23:14 +02:00
ce513c4f3e
fix llvm12 -fuseld warning
2020-08-14 10:10:23 +02:00
ce92adcb9b
formatting
2020-08-14 08:33:36 +02:00
d1bc0207cc
no longer using alloc for autodict
2020-08-14 01:33:03 +02:00
69f8c62955
code-format
2020-08-14 00:46:48 +02:00
83df65a66b
cleaned up maybe_add_auto calls
2020-08-14 00:46:15 +02:00
b5d1a021ef
fix llvm and afl-showmap
2020-08-13 22:34:11 +02:00
212bb990b7
LTO: apply laf-intel+redqueen/cmplog at link time
2020-08-13 21:27:11 +02:00
c4e52e20c9
fix warning
2020-08-13 12:58:10 +02:00