diff options
author | van Hauser <vh@thc.org> | 2019-06-17 18:47:13 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-06-17 18:47:13 +0200 |
commit | db3cc11195af0dfae7c4bfcac78c75f48fbaa430 (patch) | |
tree | 9d33d70c07c642235153e2d7a3d54b8c30d8fd50 /docs/README | |
parent | d64efa6a68f8d0f35f7fcb910c02ae4fdae86cd6 (diff) | |
download | afl++-db3cc11195af0dfae7c4bfcac78c75f48fbaa430.tar.gz |
minor documentation update
Diffstat (limited to 'docs/README')
-rw-r--r-- | docs/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README b/docs/README index d1b05b5a..9c81a788 100644 --- a/docs/README +++ b/docs/README @@ -439,7 +439,7 @@ Here are some of the most important caveats for AFL: To work around this, you can comment out the relevant checks (see experimental/libpng_no_checksum/ for inspiration); if this is not possible, you can also write a postprocessor, as explained in - experimental/post_library/. + experimental/post_library/ (with AFL_POST_LIBRARY) - There are some unfortunate trade-offs with ASAN and 64-bit binaries. This isn't due to any specific fault of afl-fuzz; see notes_for_asan.txt for |