621 Commits

Author SHA1 Message Date
vanhauser-thc
84f0b4f187 persistent replay env setup 2021-02-07 08:27:35 +01:00
vj-27
96cdc97c98 prev_run_time loaded used only for ui and when writing the stats file 2021-02-07 03:33:47 +05:30
vj-27
f54c4dbfdb set prev_run_time inside afl state 2021-02-06 09:41:15 +00:00
vj-27
1a8c242d28 load run time and donot load pending_* or *_favoured 2021-02-05 19:46:24 +00:00
vj-27
6f163bb0c5 load existing stats file when in AFL_AUTORESUME or -i - 2021-02-05 00:26:23 +00:00
van Hauser
90fdafa1ad fix warnings and an llvm cmplog+lto panic 2021-02-01 22:59:41 +01:00
van Hauser
b9f469e12f make some really weird targets compile 2021-02-01 20:00:29 +01:00
van Hauser
80fc6166d0 adjust expand havoc 2021-02-01 16:28:52 +01:00
van Hauser
4018e7f8e5 mv cmplog options to config.h 2021-02-01 16:23:40 +01:00
van Hauser
32110a04c0 fixes 2021-02-01 15:51:04 +01:00
van Hauser
812cf4c9e0 reorder 2021-02-01 15:21:39 +01:00
van Hauser
374fa8af47 add case when cmplog map neds to be larger 2021-02-01 14:56:22 +01:00
van Hauser
88155d2c3b make dominik more happy - no auto map size for qemu+unicorn 2021-02-01 13:04:39 +01:00
van Hauser
981ffb27a8 making AFL_MAP_SIZE obsolete 2021-02-01 12:01:23 +01:00
van Hauser
cc0210426a code-format 2021-01-31 17:32:24 +01:00
aflpp
459dd8cb07 Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev 2021-01-31 17:30:17 +01:00
aflpp
e5116c6d55 fix -Z, remove q->next 2021-01-31 17:29:37 +01:00
van Hauser
7a861498c2 added support for __afl_coverage_interesting 2021-01-31 15:04:40 +01:00
van Hauser
893cd47d9c disable trimming for -M 2021-01-31 13:03:00 +01:00
van Hauser
9d08f0d098 added AFL_CMPLOG_ONLY_NEW feature 2021-01-30 15:39:47 +01:00
Andrea Fioraldi
29c1131fe0 working AFL_USE_QASAN 2021-01-29 18:32:28 +01:00
Andrea Fioraldi
6f5746d428 AFL_USE_QASAN 2021-01-29 15:38:49 +01:00
van Hauser
a61a30dee0 fix another pending_not_fuzzed location 2021-01-28 14:11:33 +01:00
Yuan
ad63ba49c1
Fix getopt arg string
There is no '-P' case here.
2021-01-28 17:21:54 +08:00
van Hauser
36b5336152 better foreign sync name 2021-01-26 22:45:59 +01:00
van Hauser
9c393adbb9 real fix plus code format 2021-01-26 17:12:11 +01:00
van Hauser
60764ebdf1 forkserver debug flag support 2021-01-21 18:43:06 +01:00
van Hauser
b850951c72 code format and not setting sanitizers if debug and settings present 2021-01-21 17:15:14 +01:00
van Hauser
e8c1b43a3d fix docs 2021-01-21 15:24:34 +01:00
van Hauser
fc3f06caec
Merge pull request #689 from AFLplusplus/cmplog_merge
cmplog merge
2021-01-21 12:03:21 +01:00
van Hauser
9dff3495d5 better cmp map fsrv fix 2021-01-20 10:01:34 +01:00
van Hauser
e7b572af36 bugfix and new transform detection feature 2021-01-20 01:49:32 +01:00
van Hauser
0367f6c723 cleanup and rename _DISCARD->_SKIP 2021-01-19 14:03:10 +01:00
Dominik Maier
292f91a55f tiny scan-build nags fixed 2021-01-19 13:16:39 +01:00
van Hauser
c71ce79963 fix colorization 2021-01-17 15:18:20 +01:00
van Hauser
a0e884cf8b merge cmplog 2021-01-15 16:56:40 +01:00
van Hauser
7ba17d182f more sync in deterministic mode 2021-01-14 21:26:46 +01:00
murx-
53c7aaa57b Update documentation to reflect new default power schedule 2021-01-14 13:46:03 +01:00
Dominik Maier
34732e3c5e refactored kill signal env parsing 2021-01-08 11:36:40 +01:00
Dominik Maier
a06b25538f cleaned up AFL_KILL_SIGNAL 2021-01-07 23:21:10 +01:00
buherator
9cdf5c4150
User defined kill signal value (#678)
* Adding AFL_KILL_SIGNAL environment variable

Controlling the kill signal used to end forked processes.

* Checking validity of AFL_KILL_SIGNAL env variable

This commit also sets a valid value in the environment to avoid
duplicating code in at_exit(). Changing data type of
fsrv->kill_signal to u8 to match last_kill_signal.

* Adding afl_kill_signal to AFL (environment) state

This commit simply introduces a struct member for future use. The
env variable is not used from the afl struct but from fsrv, where
its validity is checked, resulting in a FATAL in case of errors.
2021-01-07 22:35:34 +01:00
van Hauser
6c095b3937 code format 2021-01-04 23:13:56 +01:00
hexcoder-
c6e038fe25 code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) 2021-01-04 20:40:53 +01:00
hexcoder-
33abd70647 typo 2021-01-02 20:06:02 +01:00
van Hauser
98ee17bc47 fix endless loop in afl-cc allow/blocklists starting a line with a comment 2020-12-20 14:30:06 +01:00
hexcoder-
12ebb351dc apply nocolor changes 2020-12-18 21:10:39 +01:00
van Hauser
2bf68a0bf4 fix MMAP 2020-12-11 11:19:26 +01:00
Andrea Fioraldi
ad29eef271 Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev 2020-12-08 22:43:05 +01:00
Andrea Fioraldi
c70b7ffd80 fix memory limit issue with cmplog without -m flag 2020-12-08 22:42:50 +01:00
Dominik Maier
a2e2fae840 AFL_CRASH_EXITCODE env var added, u8->bool 2020-12-03 14:43:06 +01:00