aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-01 13:34:24 +0100
committervan Hauser <vh@thc.org>2021-01-01 13:34:24 +0100
commit16d2bd31778600dedd3f8ca10f19bce62f14ccb8 (patch)
tree5728e168e097d186b4899278c0d777d5a246a48b /utils
parentaf10a635f5b5e2b940b14ed5015e45878c2a2d34 (diff)
downloadAFLplusplus-16d2bd31778600dedd3f8ca10f19bce62f14ccb8.tar.gz
doc update
Diffstat (limited to 'utils')
-rw-r--r--utils/libdislocator/README.md2
-rw-r--r--utils/libtokencap/README.md7
2 files changed, 7 insertions, 2 deletions
diff --git a/utils/libdislocator/README.md b/utils/libdislocator/README.md
index 1785463e..d0340af0 100644
--- a/utils/libdislocator/README.md
+++ b/utils/libdislocator/README.md
@@ -1,6 +1,6 @@
# libdislocator, an abusive allocator
- (See ../README.md for the general instruction manual.)
+ (See ../../README.md for the general instruction manual.)
This is a companion library that can be used as a drop-in replacement for the
libc allocator in the fuzzed binaries. It improves the odds of bumping into
diff --git a/utils/libtokencap/README.md b/utils/libtokencap/README.md
index 13a440da..a39ed3a5 100644
--- a/utils/libtokencap/README.md
+++ b/utils/libtokencap/README.md
@@ -1,6 +1,11 @@
# strcmp() / memcmp() token capture library
- (See ../README.md for the general instruction manual.)
+ NOTE: libtokencap is only recommended for binary-only targets or targets that
+ do not compile with afl-clang-fast/afl-clang-lto.
+ The afl-clang-fast AFL_LLVM_DICT2FILE feature is much better, afl-clang-lto
+ has that feature automatically integrated.
+
+ (See ../../README.md for the general instruction manual.)
This companion library allows you to instrument `strcmp()`, `memcmp()`,
and related functions to automatically extract syntax tokens passed to any of