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
Dominik Maier
a19b3022d9
afl_custom_describe api added
2020-12-04 14:26:47 +01:00
hexcoder-
e9a342f3d9
common.h change from user header include to system header include
2020-12-04 08:43:58 +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
e769102491
more DEBUGF
2020-11-30 21:54:18 +01:00
Dustin Spicuzza
cd0a25be5e
Use buffer protocol to retrieve result from python post_process ( #605 )
...
Saves an extra copy, gives post processing functions more flexibility
2020-11-18 20:29:17 +01:00
David CARLIER
b260204b72
Solaris/Illumos build fix. ( #609 )
2020-11-18 19:13:03 +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
hexcoder-
add108ec23
fix two exotic mem leaks detected by cppcheck
2020-11-17 21:06:47 +01:00
van Hauser
8e1047f5ef
support custom mutator introspection
2020-11-10 14:08:21 +01:00
Dominik Maier
d795ec0451
added better error handling to forkserver fd
2020-11-03 13:41:06 +01:00