diff options
author | Thomas Rooijakkers <thomas.rooijakkers@tno.nl> | 2023-09-19 13:31:29 +0200 |
---|---|---|
committer | Thomas Rooijakkers <thomas.rooijakkers@tno.nl> | 2023-09-19 13:31:29 +0200 |
commit | 54f01481571ba3a7c05a5e37b9f5021c1304834e (patch) | |
tree | fedf1f43f6382b8db15422cea492625225451d4f /docs/INSTALL.md | |
parent | 0b6e74eeb099ac045932e5d3603af899268b48d0 (diff) | |
download | afl++-54f01481571ba3a7c05a5e37b9f5021c1304834e.tar.gz |
UTF-8 line rendering for status screen as default
Diffstat (limited to 'docs/INSTALL.md')
-rw-r--r-- | docs/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 7c04d7d8..41f512ed 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -87,7 +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 -* UTF - use UTF-8 for line rendering in status screen +* 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 |