diff options
author | van Hauser <vh@thc.org> | 2020-01-25 16:11:42 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-01-25 16:11:42 +0100 |
commit | 2c6847bfa0b57f3330b1aab9b91d935757db51b7 (patch) | |
tree | 1704704bee3fe3ce4603373f30d503c2e353ff18 /docs | |
parent | 5d2330f04e45225588a11c64b26a7dbb1a2fbe1a (diff) | |
download | afl++-2c6847bfa0b57f3330b1aab9b91d935757db51b7.tar.gz |
added whitelist+blacklist to all llvm_mode passes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index 33c6f618..c1d53379 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -27,7 +27,7 @@ Version ++2.60d (develop): instrumentation. compile normally and set AFL_LLVM_USE_TRACE_PC :) - afl-cmin is now a sh script (invoking awk) instead of bash for portability the original script is still present as afl-cmin.bash - - added blacklisted function check in all modules of llvm_mode + - added blacklist and whitelisting function check in all modules of llvm_mode - added fix from Debian project to compile libdislocator and libtokencap |