|
35f09e11a4
|
welcome 2023
|
2023-01-03 09:38:07 +01:00 |
|
|
e847b9948d
|
prevent weighting < 1
|
2022-12-28 17:40:56 +01:00 |
|
|
3200e6515b
|
add AFL_NO_STARTUP_CALIBRATION feature
|
2022-08-14 12:30:23 +02:00 |
|
|
b847e0f414
|
clang format 14
|
2022-07-12 09:04:54 +02:00 |
|
|
550ba4d772
|
nits and code format
|
2022-01-19 22:26:52 +01:00 |
|
|
4bcb177f62
|
Revert "fix classify counts"
This reverts commit 4217a6606c .
|
2022-01-19 22:17:36 +01:00 |
|
|
4217a6606c
|
fix classify counts
|
2022-01-15 13:58:17 +01:00 |
|
|
f42c0047c8
|
nits
|
2022-01-14 15:01:14 +01:00 |
|
|
e1082f2548
|
welcome 2022
|
2022-01-01 00:49:17 +01:00 |
|
|
7603e49765
|
rename active_paths
|
2021-12-11 10:07:16 +00:00 |
|
|
9063002af2
|
rename path
|
2021-12-09 13:22:10 +01:00 |
|
|
fb443eaf23
|
Merge pull request #1141 from AFLplusplus/afl4
cmplog enhancement variant
|
2021-11-07 14:09:09 +01:00 |
|
|
9325a4fcbb
|
http->https
|
2021-11-06 10:28:22 +01:00 |
|
|
ed10f3783b
|
new rtn cmplog: instrumentation side + supporting functions
|
2021-10-17 13:05:33 +02:00 |
|
|
fff8c49f7c
|
Merge pull request #1034 from AFLplusplus/grammatron
Grammatron
|
2021-07-20 08:57:37 +02:00 |
|
|
4ef12d7215
|
remove redundant check (#1014)
|
2021-07-10 08:57:32 +02:00 |
|
|
d354ec2586
|
more fixes
|
2021-07-09 11:39:25 +02:00 |
|
|
e1d5009229
|
fixes
|
2021-07-09 10:32:14 +02:00 |
|
|
7038e56da3
|
Select (#995)
* favor unfuzzed
* fix
* reinit table after a new fuzz
|
2021-06-27 10:22:18 +02:00 |
|
|
019b26de58
|
fix afl_custom_queue_new_entry when syncing
|
2021-04-09 11:19:48 +02:00 |
|
|
d68bd656fe
|
fix counting favorites
|
2021-03-24 11:12:44 +01:00 |
|
|
dfe6f7f8c9
|
make setting different file permissions easy via config.h
|
2021-03-23 20:21:08 +01:00 |
|
|
61c8304f24
|
fixes
|
2021-03-15 20:32:01 +01:00 |
|
|
a2f40aa285
|
disable corpus introspection, potentially creates huge data
|
2021-03-04 22:10:32 +01:00 |
|
|
e5116c6d55
|
fix -Z, remove q->next
|
2021-01-31 17:29:37 +01:00 |
|
|
9c393adbb9
|
real fix plus code format
|
2021-01-26 17:12:11 +01:00 |
|
|
0a3a708f9b
|
less stack mem req
|
2021-01-23 10:01:09 +01:00 |
|
|
a0e884cf8b
|
merge cmplog
|
2021-01-15 16:56:40 +01:00 |
|
|
dc81f681c9
|
fix weight calc, thanks to Marcel
|
2021-01-10 13:12:44 +01:00 |
|
|
20a47cb23e
|
Merge pull request #679 from AFLplusplus/dev
Dev
|
2021-01-08 15:43:13 +01:00 |
|
|
7b8c8cf12f
|
fix
|
2021-01-08 00:47:52 +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 |
|
|
fac373ec9e
|
try new weighting
|
2021-01-01 13:42:58 +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 |
|
|
0922763db1
|
Update afl-fuzz-queue.c
|
2020-12-29 14:57:05 +11:00 |
|
|
688f4ffb89
|
added corpus introspection
|
2020-12-28 14:01:48 +01:00 |
|
|
cc781e44f3
|
code format
|
2020-12-11 11:21:28 +01:00 |
|
|
8a1acac559
|
schedule improvements, new default is FAST
|
2020-12-11 10:28:39 +01:00 |
|
|
e5c50037d5
|
fix oversight for accessing nfuzz
|
2020-12-09 12:03:11 +01:00 |
|
|
d1eb4eeb7f
|
weighting for explore and exploit
|
2020-12-09 08:34:54 +01:00 |
|
|
46156957bd
|
fix aflfast changes
|
2020-12-08 11:07:11 +01:00 |
|
|
06ec5ab3d7
|
Sampling next seed by weight (hit_count, bitmap_size, exec_us)
|
2020-12-07 21:32:25 +00:00 |
|
|
108a89b559
|
typo
|
2020-11-18 08:33:06 +01:00 |
|
|
23f37ff505
|
fixed alloc errors, code format
|
2020-11-18 02:33:47 +01:00 |
|
|
868cb61ea6
|
hopeful the final testcache improvement ...
|
2020-10-26 15:24:33 +01:00 |
|
|
e5f30c6908
|
fix testcache bug
|
2020-10-24 16:28:46 +02:00 |
|
|
4e99e3b36c
|
initializing testcase_buf
|
2020-10-24 03:16:22 +02:00 |
|
|
aa0d378520
|
better cache entry algo
|
2020-10-23 15:21:21 +02:00 |
|