diff options
author | hexcoder- <heiko@hexco.de> | 2021-01-02 20:01:19 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-01-02 20:01:19 +0100 |
commit | 84d3192f01702b4b43e531e3f0dac4743bf1ab0d (patch) | |
tree | 356a30cb5fb94a670e8040caeae3ab9d784b6dd9 /utils/libtokencap/README.md | |
parent | d2a1f05a69afd19ae6017575e0e620fc07827bad (diff) | |
parent | 7620f6f39672a4dc799d3875a2c6f7a0d1f0b815 (diff) | |
download | afl++-84d3192f01702b4b43e531e3f0dac4743bf1ab0d.tar.gz |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'utils/libtokencap/README.md')
-rw-r--r-- | utils/libtokencap/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
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 |