diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-11-03 13:02:41 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-11-03 13:02:41 +0100 |
commit | fbeba570e65e5f8f675b189d36107bf114666f05 (patch) | |
tree | c0ebe736340c4b45be040fa11e24fc2575dbc2c3 /libtokencap/libtokencap.so.c | |
parent | 58fe2f2c767b4dfe973b75feaf7df78c798b62d5 (diff) | |
parent | e2442f747179bef2f96ca11db5fe89a6c6a4bcaa (diff) | |
download | afl++-fbeba570e65e5f8f675b189d36107bf114666f05.tar.gz |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'libtokencap/libtokencap.so.c')
-rw-r--r-- | libtokencap/libtokencap.so.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtokencap/libtokencap.so.c b/libtokencap/libtokencap.so.c index 2fe9ae63..7495180d 100644 --- a/libtokencap/libtokencap.so.c +++ b/libtokencap/libtokencap.so.c @@ -15,7 +15,7 @@ This Linux-only companion library allows you to instrument strcmp(), memcmp(), and related functions to automatically extract tokens. - See README.tokencap for more info. + See README.tokencap.md for more info. */ |