diff options
author | van Hauser <vh@thc.org> | 2023-09-20 17:48:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 17:48:21 +0200 |
commit | 14bca4431138a80b93795683dec588a40f6050a9 (patch) | |
tree | d83a157ecf643474b406201f1b1c55c0196a4bab /docs | |
parent | 748d417f86d2d2a290c43428fd40ce616afcfc95 (diff) | |
parent | 762fe0aad860c0c0fa3c9e19103c3df799498c72 (diff) | |
download | afl++-14bca4431138a80b93795683dec588a40f6050a9.tar.gz |
Merge pull request #1864 from ThomasTNO/utf8_support
Add support for UTF-8 line rendering
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 9005a7eb..41f512ed 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -87,6 +87,7 @@ These build options exist: * INTROSPECTION - compile afl-fuzz with mutation introspection * NO_PYTHON - disable python support * NO_SPLICING - disables splicing mutation in afl-fuzz, not recommended for normal fuzzing +* NO_UTF - do not use UTF-8 for line rendering in status screen (fallback to G1 box drawing, of vanilla AFL) * NO_NYX - disable building nyx mode dependencies * NO_CORESIGHT - disable building coresight (arm64 only) * NO_UNICORN_ARM64 - disable building unicorn on arm64 |