|
39be50e2a8
|
nit
|
2023-11-28 16:32:36 +01:00 |
|
|
74f8ca6b46
|
improve cmplog
|
2023-11-28 10:26:37 +01:00 |
|
|
b05e3f7ac0
|
missing closing parenthesis
|
2023-11-16 19:02:46 -05:00 |
|
|
f3d2127fd8
|
clang-format 16->17
|
2023-11-06 10:13:59 +01:00 |
|
|
7210a1c359
|
fix scale
|
2023-10-25 10:58:05 +02:00 |
|
|
4cdf7a1e3e
|
add scale encode mode for cmplog
|
2023-10-23 18:03:59 +02:00 |
|
|
55d696fbae
|
code format
|
2023-08-09 17:14:13 +02:00 |
|
|
2c376f8994
|
afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* calls
|
2023-08-08 21:24:05 +01:00 |
|
|
79640acbf1
|
nits
|
2023-08-04 09:25:19 +02:00 |
|
|
d0782a7f03
|
Various fixes for warnings, extends #1818
|
2023-07-30 21:59:57 +00:00 |
|
|
705cdf45fc
|
temp cmplog fixes
|
2023-07-23 13:05:10 +02:00 |
|
|
5f813bbb86
|
improve cmplog level 3
|
2023-07-21 18:02:30 +02:00 |
|
|
a360344247
|
minor cmplog bugfix
|
2023-06-14 13:11:44 +02:00 |
|
|
c323e0dc63
|
revert fix
|
2023-05-23 19:46:35 +02:00 |
|
|
eeed38c5f8
|
fix gnumakefile for non-gcc
|
2023-05-23 18:31:34 +02:00 |
|
|
029e039cbc
|
code format
|
2023-05-21 17:49:14 +02:00 |
|
|
2b5c9954f6
|
Merge pull request #1654 from tokatoka/typo
Redqueen typo
|
2023-02-25 08:53:59 +01:00 |
|
|
65d4d10762
|
Update afl-fuzz-redqueen.c
|
2023-02-24 23:14:40 +09:00 |
|
|
9da3a2ed45
|
fixes
|
2023-02-16 13:11:11 +01:00 |
|
|
35f09e11a4
|
welcome 2023
|
2023-01-03 09:38:07 +01:00 |
|
|
7f7cbe9623
|
Ensure random colorization always changes byte
|
2022-11-14 12:19:44 +00:00 |
|
|
189255d3f4
|
cmplog random replacement code formatting
|
2022-11-13 14:57:53 +00:00 |
|
|
bb81fb784e
|
Add option for random cmplog colorization
|
2022-11-13 14:37:33 +00:00 |
|
|
b847e0f414
|
clang format 14
|
2022-07-12 09:04:54 +02:00 |
|
|
285a5cb38b
|
Some scan-build fixes
|
2022-03-31 15:36:26 +00:00 |
|
|
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 |
|
|
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 |
|
|
72cebac42e
|
fix wrong replacements
|
2022-01-03 09:14:43 +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 |
|
|
92c91f25f0
|
Fix index of cmp_map->log[key].
|
2021-11-07 20:28:03 +08:00 |
|
|
64704403ca
|
better screen update
|
2021-11-06 14:54:53 +01:00 |
|
|
9325a4fcbb
|
http->https
|
2021-11-06 10:28:22 +01:00 |
|
|
701997a2a5
|
fix
|
2021-11-03 13:34:15 +01:00 |
|
|
639d108512
|
add cmplog compatability check
|
2021-10-31 12:29:45 +01:00 |
|
|
e2ca7a6397
|
variant 6
|
2021-10-28 18:02:57 +02:00 |
|
|
9a11c8ac24
|
fix
|
2021-10-26 22:06:01 +02:00 |
|
|
245e91eb27
|
fix
|
2021-10-26 21:30:08 +02:00 |
|
|
b4e328803c
|
variants
|
2021-10-26 18:10:57 +02:00 |
|
|
699df8f8ce
|
fix
|
2021-10-18 11:11:56 +02:00 |
|
|
72d10fee40
|
dict enhancement
|
2021-10-18 10:03:39 +02:00 |
|
|
462149de64
|
fix
|
2021-10-17 20:31:02 +02:00 |
|
|
bf0fbc24ad
|
new cmplog add dict strategy
|
2021-10-17 15:44:48 +02:00 |
|
|
2363a04750
|
simplify SHAPE_BYTES(h->shape)
|
2021-10-17 14:21:08 +02:00 |
|
|
63504f7b7e
|
fix cmplog screen update crash
|
2021-06-11 10:44:06 +02:00 |
|
|
e3a0ede91c
|
ensure memory is there before free
|
2021-06-01 18:35:42 +02:00 |
|
|
7e54c8d7f6
|
fixed potential diff by 0
|
2021-06-01 11:06:55 +02:00 |
|
|
4f93220c4b
|
cmplog -l3: disable trimming, forcing input2stage for all
|
2021-04-15 16:50:44 +02:00 |
|