3357 Commits

Author SHA1 Message Date
Raphaël Hertzog
b0b2a15891 Improve the generated manual page to be compatible with whatis
And generate the manual page for afl-g++ too.
2020-08-28 21:34:36 +02:00
Raphaël Hertzog
ff3c9cbd73 Fix installation path of manual pages
Manual pages are stored in /usr/share/man/.
2020-08-28 21:34:08 +02:00
Raphaël Hertzog
6e839f0f6a Fix the /usr/bin/afl-clang and afl-clang++ symlinks
Right now they are created pointing to '../afl-clang-fast' instead
of 'afl-clang-fast. Given that all the binaries are in the same directory,
the symlinks are effectively broken.
2020-08-28 21:26:32 +02:00
van Hauser
a3cd523250 todo update 2020-08-27 15:24:38 +02:00
van Hauser
b44620f0b0
Merge pull request #526 from h1994st/dev
Prevent afl-fuzz from modifying stage_max during fuzzing
2020-08-27 08:56:08 +02:00
h1994st
9a6a32775f Prevent afl-fuzz from modifying stage_max during fuzzing 2020-08-27 00:32:53 -04:00
van Hauser
3e8beaafc8 fixing wrong fatal ... 2020-08-26 21:22:24 +02:00
Dominik Maier
33e58c1d4e some warnings fixes 2020-08-26 14:45:59 +02:00
Dominik Maier
4be0ea596b rand unlikely added 2020-08-26 13:04:03 +02:00
Dominik Maier
96ef7083c8 using unbiased rand_below 2020-08-26 05:28:33 +02:00
David CARLIER
78eaa6b203
lintokencap: fix compiler complains on Solaris 11. (#525) 2020-08-25 17:11:15 +02:00
Sergio Paganoni
1efc6e59b7
Added out_file value when using stdio (#524) 2020-08-24 21:18:51 +02:00
van Hauser
19eddbb0c7 make py functions as optional as they are in the doc 2020-08-24 18:12:08 +02:00
van Hauser
6a34c5aa3e fix python implementation for new function 2020-08-24 18:06:07 +02:00
van Hauser
c7f0d30668 added afl_custom_fuzz_count 2020-08-24 17:32:41 +02:00
David CARLIER
a7c3f252d5
unicorn build warning for MUSL based linux distros. (#510) 2020-08-24 12:06:04 +02:00
Dominik Maier
b9b6f06429
Allow Large Extras (#523)
* allow large extras

* skipping large testcases again
2020-08-24 12:04:29 +02:00
Dominik Maier
a1442bd1ac no longer warns for prob. extras 2020-08-23 11:21:49 +02:00
Dominik Maier
4d9d52e3d9 code format 2020-08-23 11:00:46 +02:00
Dominik Maier
6184832ea9 added more env var docs, fsrv fixes for cmin, tmin 2020-08-23 10:59:56 +02:00
Dominik Maier
e2b54bfa05 code format 2020-08-23 10:40:46 +02:00
Marius Muench
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
Dominik Maier
1301552101 added AFL_MAX_DET_EXTRAS env var 2020-08-23 01:48:36 +02:00
van Hauser
c4f71ab201 enable autodict for cmplog compile, it is ensure not be used in the forkserver 2020-08-22 10:01:45 +02:00
van Hauser
42ef1968a5
Merge pull request #521 from AFLplusplus/dev
Push to stable to fix wrong free on exit
2020-08-22 01:30:21 +02:00
Dominik Maier
5ec91fce23 fix for bad free (#520) 2020-08-21 23:03:08 +02:00
van Hauser
47878f6974 add execs_done to plot file 2020-08-21 23:33:35 +02:00
van Hauser
d5c77a9e96 update todo 2020-08-21 15:45:15 +02:00
van Hauser
4d2694c114 fix semicolon 2020-08-21 15:26:43 +02:00
van Hauser
017c8a6940 fix global id documentation for LTO pcguard 2020-08-21 14:39:47 +02:00
van Hauser
b0a783e86f code format 2020-08-21 11:18:18 +02:00
aflpp
714e4d2b46 fixed for LTO llvm 11 2020-08-21 11:17:03 +02:00
van Hauser
85a4c5e724 only compile SanitizerCoverage for LTO 2020-08-21 10:50:06 +02:00
van Hauser
182b8b3e14 remove doc reference for SKIPSINGLEBLOCK 2020-08-20 19:00:15 +02:00
van Hauser
4ce5ed370a LTO: sancov made default, deprecated SKIPSINGLEBLOCK, deactivate LTO autodict for cmplog binaries 2020-08-20 18:57:05 +02:00
van Hauser
f7bac482e9
Merge pull request #518 from AFLplusplus/ltopcguard
sancov ported to LTO
2020-08-20 18:33:53 +02:00
van Hauser
bd074e9150 add missing features for sancov lto 2020-08-20 18:32:22 +02:00
van Hauser
d52ea44c27 fix wrong var 2020-08-20 18:27:22 +02:00
van Hauser
9c1b6cfb99
Merge pull request #517 from AFLplusplus/custommut-readme
Custom Mutator readme
2020-08-20 14:21:42 +02:00
van Hauser
631d3f274a move afl_loop check 2020-08-20 13:49:11 +02:00
van Hauser
3cdaf4dcf2 sancov enhancement 2020-08-20 13:37:34 +02:00
van Hauser
572944d726
Merge pull request #514 from AFLplusplus/dev
push to stable
2020-08-20 11:00:07 +02:00
van Hauser
779d8f6b7e support current llvm12 changes 2020-08-20 10:56:51 +02:00
van Hauser
322847755a
Merge pull request #513 from fouzhe/patch-1
fix typo
2020-08-19 17:58:35 +02:00
fouzhe
f9f28b9c7c fix typo 2020-08-19 23:54:45 +08:00
van Hauser
c3bc0145e7
Merge pull request #512 from AFLplusplus/stable
activate travis for stable
2020-08-19 16:21:03 +02:00
van Hauser
17d403b8f8 activate travis for stable 2020-08-19 16:19:31 +02:00
van Hauser
9faf7b6fc8 v2.67d 2020-08-18 20:08:29 +02:00
van Hauser
5c759953f4
Merge pull request #511 from AFLplusplus/stable
push to dev
2020-08-18 20:05:56 +02:00
van Hauser
1c64048d0f 2.67c 2.67c 2020-08-18 19:56:47 +02:00