Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-02 | run code formatter | Andrea Fioraldi | |
2019-08-07 | fix compilation error with llvm 9.0 | hexcoder- | |
2019-07-15 | fix crash with case insensitive compare functions (str(n)casecmp()) | hexcoder- | |
2019-07-14 | notZero added and first attempt at whitelist | van Hauser | |
2019-06-13 | fix zero terminated string issue | Philipp Bartsch | |
In C "strings" are zero terminated. Functions like strcmp/strncmp/memcmp/... work on them. We have to be careful to not ignore the last byte. | |||
2019-06-12 | bugfixes from pbst for laf-intel transformations | Heiko Eißfeldt | |
2019-06-03 | Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus | Hexcoder | |
2019-06-03 | fix llvm compatibility problems. Should compile now with llvm 3.8.0 | Hexcoder | |
up to llvm 8.0 | |||
2019-06-03 | llvm support for up to version 8 | van Hauser | |
2019-06-02 | llvm 5.0 and 6.0 workaround | van Hauser | |
2019-06-01 | llvm 8 support | van Hauser | |
2019-05-28 | afl++ 2.52c initial commit | van Hauser | |