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
van Hauser
8584f9d2b5
added AFL_NO_AUTODICT
2020-12-01 13:13:11 +01:00
van Hauser
6abe4d124e
require llvm 10.0.1+ for enhanced pcguard, correct 1MB checks
2020-11-05 08:53:16 +01:00
van Hauser
3cfc0174f7
fix -N for forkserver
2020-11-03 16:00:29 +01:00
van Hauser
0fd98ae8b0
added mutation introspection make target
2020-11-01 21:34:08 +01:00
van Hauser
e32b7eeb83
fixed child not killed with -c
2020-11-19 16:14:19 +01:00
Dominik Maier
631b6d0187
fixed simple yet stupid bug
2020-11-18 03:03:49 +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
van Hauser
1cc637a0a0
support AFL_LLVM_INSTRUMENT env for our own PCGUARD
2020-11-16 10:59:09 +01:00
hexcoder-
76c5b8a3b4
fix error handling in fauxserver
2020-11-14 19:38:06 +01:00
hexcoder-
40e10895a2
now really fix -n
2020-11-14 17:21:43 +01:00
hexcoder-
e750a5c856
add sanity check for -M/-S arguments
2020-11-14 12:36:28 +01:00
hexcoder-
30cd8a8397
fix non instrumented mode, fix check_binary
2020-11-14 12:28:51 +01:00
hexcoder-
bd313d4039
no binary checking in noninstrumented mode
2020-11-14 11:31:18 +01:00
van Hauser
44c65fa0a0
add no splicing compile option and print used compile options in afl-fuzz help
2020-10-26 14:44:05 +01:00
vanhauser-thc
2e8ec1e339
allow symbolize=1 for asan/debug
2020-10-23 22:49:20 +02:00
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
ac1c3b8701
mini improvements
2020-10-19 11:34:57 +02:00