a8b0629163
introspection, favor extint over long double
2021-01-18 09:26:16 +01:00
7b97410060
cmplog introspection
2021-01-17 23:47:04 +01:00
8951f90623
no cmplog when no taint is found
2021-01-17 17:03:08 +01:00
6b375489ed
better extint cmplog
2021-01-17 16:50:10 +01:00
c8c0983ab8
make combined test a define option
2021-01-17 15:51:38 +01:00
c71ce79963
fix colorization
2021-01-17 15:18:20 +01:00
a0e884cf8b
merge cmplog
2021-01-15 16:56:40 +01:00
8eb00a5dfa
remove warning
2021-01-15 14:55:58 +01:00
d5049da5e4
better error message
2021-01-15 14:50:51 +01:00
7ba17d182f
more sync in deterministic mode
2021-01-14 21:26:46 +01:00
53c7aaa57b
Update documentation to reflect new default power schedule
2021-01-14 13:46:03 +01:00
68acd3d101
Merge pull request #686 from AFLplusplus/weight
...
better seed selection
2021-01-14 00:26:08 +01:00
0ddbffd80e
fix
2021-01-12 17:36:10 +01:00
b9ba2805e5
minor changes
2021-01-12 17:31:29 +01:00
efd8042431
fix lto cmplog instability
2021-01-12 13:42:00 +01:00
dc81f681c9
fix weight calc, thanks to Marcel
2021-01-10 13:12:44 +01:00
4581ad3df9
code fmt
2021-01-08 18:19:40 +01:00
3196a5f666
cleaned up and added comments to forkserver exits
2021-01-08 18:17:52 +01:00
20a47cb23e
Merge pull request #679 from AFLplusplus/dev
...
Dev
2021-01-08 15:43:13 +01:00
3d1a25ce4e
added check to silence scan-build
2021-01-08 11:54:35 +01:00
34732e3c5e
refactored kill signal env parsing
2021-01-08 11:36:40 +01:00
7b8c8cf12f
fix
2021-01-08 00:47:52 +01:00
a06b25538f
cleaned up AFL_KILL_SIGNAL
2021-01-07 23:21:10 +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
52c221fc48
selective coverage fix
2021-01-06 09:35:47 +01:00
4c78bb7080
cpp fix
2021-01-05 22:13:55 +01:00
faefad564b
Haiku afl-system-config disable debugger, afl-cc.c avoid -lrt
2021-01-05 16:49:04 +00:00
6b54310452
selective instrumentation documented
2021-01-05 12:30:26 +01:00
6c095b3937
code format
2021-01-04 23:13:56 +01:00
c6e038fe25
code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)
2021-01-04 20:40:53 +01:00
58039d181a
stability fix
2021-01-03 12:34:23 +01:00
880513651d
cmplog cleanup
2021-01-03 10:13:55 +01:00
1857df8d06
cleanup
2021-01-03 00:37:56 +01:00
33abd70647
typo
2021-01-02 20:06:02 +01:00
fac373ec9e
try new weighting
2021-01-01 13:42:58 +01:00
7e6645d5a2
float2double
2020-12-31 11:51:10 +01:00
84e72b0a51
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
2020-12-30 13:03:13 +01:00
b0d69f1b69
cleanup of hot fix for -s on 32-bit
2020-12-30 13:02:11 +01:00
f38595f6b4
better weighting
2020-12-30 12:32:55 +01:00
0246fe9200
fix 32-bit mode, fix weighting
2020-12-30 10:34:22 +01:00
d687fbdfb4
fix CodeQL warning on theoretically possible unsigned overflow
2020-12-29 19:53:56 +01:00
e9a306a50e
fix localtime warnings from CodeQL
2020-12-29 10:25:48 +01:00
107c79b84b
now fix afl-clang compiles on 32-Bit properly
2020-12-29 18:17:50 +01:00
80767480f0
Revert "fix afl-clang on 32-Bit systems"
...
This reverts commit 83c1378fc1
.
2020-12-29 18:13:36 +01:00
83c1378fc1
fix afl-clang on 32-Bit systems
2020-12-29 14:19:35 +01:00
0922763db1
Update afl-fuzz-queue.c
2020-12-29 14:57:05 +11:00
d103e39f58
fix instrumentation type display
2020-12-28 17:06:55 +01:00
688f4ffb89
added corpus introspection
2020-12-28 14:01:48 +01:00
8e2b59ffca
more flexible system support for afl-frida
2020-12-26 23:04:21 +01:00
4af0065f4a
Fix missing include for macOS. ( #660 )
2020-12-26 20:23:59 +01:00