index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
llvm_mode
/
compare-transform-pass.so.cc
Age
Commit message (
Collapse
)
Author
2020-01-30
lower requirements for lower llvm/clang versions
hexcoder-
3.7.1 works with the exception of InsTrim, 3.8.1 and above is ok
2020-01-25
added whitelist+blacklist to all llvm_mode passes
van Hauser
2019-10-31
Fix some silent warnings and put some var to some usage...
David Carlier
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