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
e5116c6d55
fix -Z, remove q->next
2021-01-31 17:29:37 +01:00
van Hauser
9d08f0d098
added AFL_CMPLOG_ONLY_NEW feature
2021-01-30 15:39:47 +01:00
van Hauser
3b3565269d
foreign sync from ctime to mtime (libfuzzer)
2021-01-30 14:57:17 +01:00
Andrea Fioraldi
28e1aaa0f1
qasan support in aflpp
2021-01-29 15:47:25 +01:00
Andrea Fioraldi
6f5746d428
AFL_USE_QASAN
2021-01-29 15:38:49 +01:00
van Hauser
2044c7e2b5
fix include
2021-01-27 08:41:45 +01:00
van Hauser
f571f074a8
update envs
2021-01-27 08:21:22 +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
fc3f06caec
Merge pull request #689 from AFLplusplus/cmplog_merge
...
cmplog merge
2021-01-21 12:03:21 +01:00
Joey Jiao
0306261fec
Fix build error for Android
...
- LTO not work yet
2021-01-20 15:46:39 +08:00
hexcoder-
e2d9dc16e3
fix compiler warning avoid signess difference in comparisons
2021-01-18 21:36:19 +01:00
van Hauser
0b545aaeb4
use enums, support cmplog map collisions
2021-01-18 20:18:18 +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
Dominik Maier
34732e3c5e
refactored kill signal env parsing
2021-01-08 11:36:40 +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
6b54310452
selective instrumentation documented
2021-01-05 12:30:26 +01:00
hexcoder-
251e72f136
mehr code cleanup
2021-01-04 21:25:53 +01:00
hexcoder-
c6e038fe25
code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)
2021-01-04 20:40:53 +01:00
hexcoder-
b7af98e945
code cleanups (from cppcheck mostly)
2021-01-04 15:32:22 +01:00
hexcoder-
5cdbfeef4a
Revert "code cleanups (from cppcheck)"
...
This reverts commit 33a7d6f1688856c050b0ac71ac1df4018e4d531c.
2021-01-04 15:17:39 +01:00
hexcoder-
33a7d6f168
code cleanups (from cppcheck)
2021-01-04 15:14:20 +01:00
van Hauser
880513651d
cmplog cleanup
2021-01-03 10:13:55 +01:00
van Hauser
7e6645d5a2
float2double
2020-12-31 11:51:10 +01:00
hexcoder-
b0d69f1b69
cleanup of hot fix for -s on 32-bit
2020-12-30 13:02:11 +01:00
van Hauser
688f4ffb89
added corpus introspection
2020-12-28 14:01:48 +01:00
van Hauser
03849d147a
warn on _AFL and __AFL env vars
2020-12-23 17:56:39 +01:00
hexcoder-
2a994e457a
portability: avoid void * arithmetic (UB), avoid GNU extension for array initializations
2020-12-22 19:39:49 +01:00
van Hauser
7e27448dac
another 32 bit fix
2020-12-21 12:19:22 +01:00
van Hauser
45a68760ee
fix 32 bit
2020-12-21 12:02:01 +01:00
van Hauser
6d1f17d78d
Merge branch 'dev' into skim_romu
2020-12-21 11:02:09 +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
pr0xy
e1a7ed9d6e
fixed typo in include/forkserver.h
2020-12-20 18:54:32 +09:00
hexcoder-
12ebb351dc
apply nocolor changes
2020-12-18 21:10:39 +01:00
van Hauser
ea9db86bb8
mem error fix
2020-12-18 10:20:43 +01:00
van Hauser
4ff9eb0e67
fix compile
2020-12-18 10:02:26 +01:00
van Hauser
f0b6576f97
fix
2020-12-18 09:55:47 +01:00
van Hauser
0011f2047b
merge romu and skim
2020-12-18 09:33:52 +01:00
van Hauser
d07b0169cb
skim import
2020-12-17 10:55:33 +01:00
van Hauser
1fc0918ac0
v3.01a init
2020-12-15 09:55:33 +01:00
van Hauser
e0ab846f7f
v3.00c
2020-12-15 09:37:52 +01:00
Dominik Maier
609f3d0265
fixed gcc analyzer warnings
2020-12-11 13:29:45 +01:00
van Hauser
46156957bd
fix aflfast changes
2020-12-08 11:07:11 +01:00
Marcel Boehme
06ec5ab3d7
Sampling next seed by weight (hit_count, bitmap_size, exec_us)
2020-12-07 21:32:25 +00:00
Thomas Rooijakkers
d59d1fcd9f
Add missing env var used in bec7edf41d/accel/tcg/cpu-exec.c (L389)
and ./qemu_mode/README.persistent.md
2020-12-04 17:15:25 +01:00
Dominik Maier
1dbefc14ea
fixed bugs in custom_describe, reported by wizche
2020-12-04 14:26:48 +01:00
Dominik Maier
1f34b9f8e1
added python mutator, documentation
2020-12-04 14:26:48 +01:00