6caec2169c
Revert "llvm bug workaround for lto extint"
...
This reverts commit e3a5c31307
.
2021-02-15 19:14:28 +01:00
e3a5c31307
llvm bug workaround for lto extint
2021-02-15 13:25:15 +01:00
9bd1e19d7f
added AFL_IGNORE_UNKNOWN_ENVS
2021-02-13 22:43:56 +01:00
756206e4d7
typo
2021-02-11 20:26:02 +01:00
17cbb03ba7
more cmplog options in config.h
2021-02-09 09:18:24 +01:00
84f0b4f187
persistent replay env setup
2021-02-07 08:27:35 +01:00
01327ad301
Merge pull request #728 from vj-27/dev
...
load existing stats file when in AFL_AUTORESUME or -i - mode.
2021-02-07 05:20:02 +01:00
96cdc97c98
prev_run_time loaded used only for ui and when writing the stats file
2021-02-07 03:33:47 +05:30
f54c4dbfdb
set prev_run_time inside afl state
2021-02-06 09:41:15 +00:00
1a8c242d28
load run time and donot load pending_* or *_favoured
2021-02-05 19:46:24 +00:00
1677481726
try if this helps on fuzzbench
2021-02-05 10:47:16 +01:00
6f163bb0c5
load existing stats file when in AFL_AUTORESUME or -i -
2021-02-05 00:26:23 +00:00
4018e7f8e5
mv cmplog options to config.h
2021-02-01 16:23:40 +01:00
d808a8401e
import cmplog opts
2021-02-01 12:16:55 +01:00
981ffb27a8
making AFL_MAP_SIZE obsolete
2021-02-01 12:01:23 +01:00
cc0210426a
code-format
2021-01-31 17:32:24 +01:00
e5116c6d55
fix -Z, remove q->next
2021-01-31 17:29:37 +01:00
9d08f0d098
added AFL_CMPLOG_ONLY_NEW feature
2021-01-30 15:39:47 +01:00
3b3565269d
foreign sync from ctime to mtime (libfuzzer)
2021-01-30 14:57:17 +01:00
28e1aaa0f1
qasan support in aflpp
2021-01-29 15:47:25 +01:00
6f5746d428
AFL_USE_QASAN
2021-01-29 15:38:49 +01:00
2044c7e2b5
fix include
2021-01-27 08:41:45 +01:00
f571f074a8
update envs
2021-01-27 08:21:22 +01:00
9c393adbb9
real fix plus code format
2021-01-26 17:12:11 +01:00
60764ebdf1
forkserver debug flag support
2021-01-21 18:43:06 +01:00
fc3f06caec
Merge pull request #689 from AFLplusplus/cmplog_merge
...
cmplog merge
2021-01-21 12:03:21 +01:00
0306261fec
Fix build error for Android
...
- LTO not work yet
2021-01-20 15:46:39 +08:00
e2d9dc16e3
fix compiler warning avoid signess difference in comparisons
2021-01-18 21:36:19 +01:00
0b545aaeb4
use enums, support cmplog map collisions
2021-01-18 20:18:18 +01:00
c71ce79963
fix colorization
2021-01-17 15:18:20 +01:00
a0e884cf8b
merge cmplog
2021-01-15 16:56:40 +01:00
34732e3c5e
refactored kill signal env parsing
2021-01-08 11:36:40 +01:00
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
6b54310452
selective instrumentation documented
2021-01-05 12:30:26 +01:00
251e72f136
mehr code cleanup
2021-01-04 21:25:53 +01:00
c6e038fe25
code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)
2021-01-04 20:40:53 +01:00
b7af98e945
code cleanups (from cppcheck mostly)
2021-01-04 15:32:22 +01:00
5cdbfeef4a
Revert "code cleanups (from cppcheck)"
...
This reverts commit 33a7d6f168
.
2021-01-04 15:17:39 +01:00
33a7d6f168
code cleanups (from cppcheck)
2021-01-04 15:14:20 +01:00
880513651d
cmplog cleanup
2021-01-03 10:13:55 +01:00
7e6645d5a2
float2double
2020-12-31 11:51:10 +01:00
b0d69f1b69
cleanup of hot fix for -s on 32-bit
2020-12-30 13:02:11 +01:00
688f4ffb89
added corpus introspection
2020-12-28 14:01:48 +01:00
03849d147a
warn on _AFL and __AFL env vars
2020-12-23 17:56:39 +01:00
2a994e457a
portability: avoid void * arithmetic (UB), avoid GNU extension for array initializations
2020-12-22 19:39:49 +01:00
7e27448dac
another 32 bit fix
2020-12-21 12:19:22 +01:00
45a68760ee
fix 32 bit
2020-12-21 12:02:01 +01:00
6d1f17d78d
Merge branch 'dev' into skim_romu
2020-12-21 11:02:09 +01:00
98ee17bc47
fix endless loop in afl-cc allow/blocklists starting a line with a comment
2020-12-20 14:30:06 +01:00
e1a7ed9d6e
fixed typo in include/forkserver.h
2020-12-20 18:54:32 +09:00