vanhauser-thc
|
26eaf53a83
|
AFL_DISABLE_REDUNDANT
|
2024-05-02 08:35:24 +02:00 |
|
acture
|
58abcceff5
|
Bug fix: Removed the redundant id field from the debug output in the afl-fuzz-redqueen.c file since cmp_header no longer have this field.
|
2024-04-28 16:24:52 +08:00 |
|
vanhauser-thc
|
476aca5b67
|
nits
|
2024-04-19 15:45:00 +02:00 |
|
vanhauser-thc
|
369fce9c85
|
code format
|
2024-02-08 15:13:46 +01:00 |
|
vanhauser-thc
|
eaf4a29930
|
make redqueen hashmap not default
|
2024-02-08 14:54:10 +01:00 |
|
vanhauser-thc
|
698f1e272b
|
fix hashmap test
|
2024-02-06 09:34:21 +01:00 |
|
vanhauser-thc
|
40df85d1e6
|
adjust cmplog header
|
2024-02-05 15:05:46 +01:00 |
|
vanhauser-thc
|
c77709cdd9
|
add U256/32byte support
|
2024-02-04 16:03:12 +01:00 |
|
vanhauser-thc
|
ed1a6f8a57
|
2024 v4.10c release
|
2024-02-03 11:01:31 +01:00 |
|
vanhauser-thc
|
39be50e2a8
|
nit
|
2023-11-28 16:32:36 +01:00 |
|
vanhauser-thc
|
74f8ca6b46
|
improve cmplog
|
2023-11-28 10:26:37 +01:00 |
|
ifyGecko
|
b05e3f7ac0
|
missing closing parenthesis
|
2023-11-16 19:02:46 -05:00 |
|
vanhauser-thc
|
f3d2127fd8
|
clang-format 16->17
|
2023-11-06 10:13:59 +01:00 |
|
vanhauser-thc
|
7210a1c359
|
fix scale
|
2023-10-25 10:58:05 +02:00 |
|
vanhauser-thc
|
4cdf7a1e3e
|
add scale encode mode for cmplog
|
2023-10-23 18:03:59 +02:00 |
|
marc
|
55d696fbae
|
code format
|
2023-08-09 17:14:13 +02:00 |
|
David CARLIER
|
2c376f8994
|
afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* calls
|
2023-08-08 21:24:05 +01:00 |
|
vanhauser-thc
|
79640acbf1
|
nits
|
2023-08-04 09:25:19 +02:00 |
|
Dominik Maier
|
d0782a7f03
|
Various fixes for warnings, extends #1818
|
2023-07-30 21:59:57 +00:00 |
|
vanhauser-thc
|
705cdf45fc
|
temp cmplog fixes
|
2023-07-23 13:05:10 +02:00 |
|
vanhauser-thc
|
5f813bbb86
|
improve cmplog level 3
|
2023-07-21 18:02:30 +02:00 |
|
vanhauser-thc
|
a360344247
|
minor cmplog bugfix
|
2023-06-14 13:11:44 +02:00 |
|
vanhauser-thc
|
c323e0dc63
|
revert fix
|
2023-05-23 19:46:35 +02:00 |
|
vanhauser-thc
|
eeed38c5f8
|
fix gnumakefile for non-gcc
|
2023-05-23 18:31:34 +02:00 |
|
vanhauser-thc
|
029e039cbc
|
code format
|
2023-05-21 17:49:14 +02:00 |
|
van Hauser
|
2b5c9954f6
|
Merge pull request #1654 from tokatoka/typo
Redqueen typo
|
2023-02-25 08:53:59 +01:00 |
|
Dongjia "toka" Zhang
|
65d4d10762
|
Update afl-fuzz-redqueen.c
|
2023-02-24 23:14:40 +09:00 |
|
vanhauser-thc
|
9da3a2ed45
|
fixes
|
2023-02-16 13:11:11 +01:00 |
|
vanhauser-thc
|
35f09e11a4
|
welcome 2023
|
2023-01-03 09:38:07 +01:00 |
|
guyf2010
|
7f7cbe9623
|
Ensure random colorization always changes byte
|
2022-11-14 12:19:44 +00:00 |
|
guyf2010
|
189255d3f4
|
cmplog random replacement code formatting
|
2022-11-13 14:57:53 +00:00 |
|
guyf2010
|
bb81fb784e
|
Add option for random cmplog colorization
|
2022-11-13 14:37:33 +00:00 |
|
vanhauser-thc
|
b847e0f414
|
clang format 14
|
2022-07-12 09:04:54 +02:00 |
|
Dominik Maier
|
285a5cb38b
|
Some scan-build fixes
|
2022-03-31 15:36:26 +00:00 |
|
mchesser
|
2a00f32666
|
Fix buffer overrun in rtn_extended_encoding
`idx + i` can range from `0` to `buf.len`, but the memcpy may try and write to offsets from `idx + i` to `idx + 2 * i`.
|
2022-03-07 15:26:54 +10:30 |
|
mchesser
|
c2229b506e
|
Fix off by one bounds check
`is_hex` reads two bytes but caller previously only ensured that one byte was in bounds.
|
2022-03-07 14:35:25 +10:30 |
|
vanhauser-thc
|
72cebac42e
|
fix wrong replacements
|
2022-01-03 09:14:43 +01:00 |
|
vanhauser-thc
|
e1082f2548
|
welcome 2022
|
2022-01-01 00:49:17 +01:00 |
|
yuawn
|
7603e49765
|
rename active_paths
|
2021-12-11 10:07:16 +00:00 |
|
vanhauser-thc
|
9063002af2
|
rename path
|
2021-12-09 13:22:10 +01:00 |
|
van Hauser
|
fb443eaf23
|
Merge pull request #1141 from AFLplusplus/afl4
cmplog enhancement variant
|
2021-11-07 14:09:09 +01:00 |
|
tl455047
|
92c91f25f0
|
Fix index of cmp_map->log[key].
|
2021-11-07 20:28:03 +08:00 |
|
vanhauser-thc
|
64704403ca
|
better screen update
|
2021-11-06 14:54:53 +01:00 |
|
vanhauser-thc
|
9325a4fcbb
|
http->https
|
2021-11-06 10:28:22 +01:00 |
|
vanhauser-thc
|
701997a2a5
|
fix
|
2021-11-03 13:34:15 +01:00 |
|
vanhauser-thc
|
639d108512
|
add cmplog compatability check
|
2021-10-31 12:29:45 +01:00 |
|
vanhauser-thc
|
e2ca7a6397
|
variant 6
|
2021-10-28 18:02:57 +02:00 |
|
vanhauser-thc
|
9a11c8ac24
|
fix
|
2021-10-26 22:06:01 +02:00 |
|
vanhauser-thc
|
245e91eb27
|
fix
|
2021-10-26 21:30:08 +02:00 |
|
vanhauser-thc
|
b4e328803c
|
variants
|
2021-10-26 18:10:57 +02:00 |
|