Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-07 | add cmplog_time measurement | vanhauser-thc | |
2024-06-06 | memory adjustments | vanhauser-thc | |
2024-05-02 | AFL_DISABLE_REDUNDANT | vanhauser-thc | |
2024-04-28 | Bug fix: Removed the redundant `id` field from the debug output in the ↵ | acture | |
afl-fuzz-redqueen.c file since cmp_header no longer have this field. | |||
2024-04-19 | nits | vanhauser-thc | |
2024-02-08 | code format | vanhauser-thc | |
2024-02-08 | make redqueen hashmap not default | vanhauser-thc | |
2024-02-06 | fix hashmap test | vanhauser-thc | |
2024-02-05 | adjust cmplog header | vanhauser-thc | |
2024-02-04 | add U256/32byte support | vanhauser-thc | |
2024-02-03 | 2024 v4.10c release | vanhauser-thc | |
2023-11-28 | nit | vanhauser-thc | |
2023-11-28 | improve cmplog | vanhauser-thc | |
2023-11-16 | missing closing parenthesis | ifyGecko | |
2023-11-06 | clang-format 16->17 | vanhauser-thc | |
2023-10-25 | fix scale | vanhauser-thc | |
2023-10-23 | add scale encode mode for cmplog | vanhauser-thc | |
2023-08-09 | code format | marc | |
2023-08-08 | afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* calls | David CARLIER | |
2023-08-04 | nits | vanhauser-thc | |
2023-07-30 | Various fixes for warnings, extends #1818 | Dominik Maier | |
2023-07-23 | temp cmplog fixes | vanhauser-thc | |
2023-07-21 | improve cmplog level 3 | vanhauser-thc | |
2023-06-14 | minor cmplog bugfix | vanhauser-thc | |
2023-05-23 | revert fix | vanhauser-thc | |
2023-05-23 | fix gnumakefile for non-gcc | vanhauser-thc | |
2023-05-21 | code format | vanhauser-thc | |
2023-02-25 | Merge pull request #1654 from tokatoka/typo | van Hauser | |
Redqueen typo | |||
2023-02-24 | Update afl-fuzz-redqueen.c | Dongjia "toka" Zhang | |
2023-02-16 | fixes | vanhauser-thc | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-11-14 | Ensure random colorization always changes byte | guyf2010 | |
2022-11-13 | cmplog random replacement code formatting | guyf2010 | |
2022-11-13 | Add option for random cmplog colorization | guyf2010 | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-03-31 | Some scan-build fixes | Dominik Maier | |
2022-03-07 | Fix buffer overrun in `rtn_extended_encoding` | mchesser | |
`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 | Fix off by one bounds check | mchesser | |
`is_hex` reads two bytes but caller previously only ensured that one byte was in bounds. | |||
2022-01-03 | fix wrong replacements | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-11 | rename active_paths | yuawn | |
2021-12-09 | rename path | vanhauser-thc | |
2021-11-07 | Merge pull request #1141 from AFLplusplus/afl4 | van Hauser | |
cmplog enhancement variant | |||
2021-11-07 | Fix index of cmp_map->log[key]. | tl455047 | |
2021-11-06 | better screen update | vanhauser-thc | |
2021-11-06 | http->https | vanhauser-thc | |
2021-11-03 | fix | vanhauser-thc | |
2021-10-31 | add cmplog compatability check | vanhauser-thc | |
2021-10-28 | variant 6 | vanhauser-thc | |
2021-10-26 | fix | vanhauser-thc | |