Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-10-26 | fix | vanhauser-thc | |
2021-10-26 | variants | vanhauser-thc | |
2021-10-18 | fix | vanhauser-thc | |
2021-10-18 | dict enhancement | vanhauser-thc | |
2021-10-17 | fix | vanhauser-thc | |
2021-10-17 | new cmplog add dict strategy | vanhauser-thc | |
2021-10-17 | simplify SHAPE_BYTES(h->shape) | vanhauser-thc | |
2021-06-11 | fix cmplog screen update crash | vanhauser-thc | |
2021-06-01 | ensure memory is there before free | vanhauser-thc | |
2021-06-01 | fixed potential diff by 0 | Dominik Maier | |
2021-04-15 | cmplog -l3: disable trimming, forcing input2stage for all | vanhauser-thc | |
2021-03-01 | len for cmplog rtn | aflpp | |
2021-02-21 | cmplog config.h -> -l option | vanhauser-thc | |
2021-02-21 | more attuned colorize repace | vanhauser-thc | |
2021-02-17 | fix a rare i2s illegal memory access | vanhauser-thc | |
2021-02-17 | fix FPE in colorization | vanhauser-thc | |
2021-02-15 | Revert "llvm bug workaround for lto extint" | Michael Rodler | |
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33. | |||
2021-02-15 | merged | Dominik Maier | |
2021-02-15 | fixed scan-build issues | Dominik Maier | |
2021-02-15 | llvm bug workaround for lto extint | vanhauser-thc | |
2021-02-15 | redqueen fix compiler warnings for 32 bit | hexcoder- | |
2021-02-12 | fix #736 (ty b1gr3db) | Andrea Fioraldi | |
2021-02-09 | more cmplog options in config.h | vanhauser-thc | |
2021-02-07 | fix scan-build issues | vanhauser-thc | |
2021-02-01 | fix warnings and an llvm cmplog+lto panic | van Hauser | |
2021-02-01 | mv cmplog options to config.h | van Hauser | |
2021-02-01 | move cmplog compile options to config.h | van Hauser | |
2021-02-01 | import cmplog opts | van Hauser | |
2021-02-01 | Merge pull request #718 from AFLplusplus/cmplog_lowfail | van Hauser | |
cmplog lower fail | |||
2021-01-30 | added AFL_CMPLOG_ONLY_NEW feature | van Hauser | |