diff options
author | Thomas Rooijakkers <thomas.rooijakkers@tno.nl> | 2023-09-13 15:49:04 +0200 |
---|---|---|
committer | Thomas Rooijakkers <thomas.rooijakkers@tno.nl> | 2023-09-13 15:49:04 +0200 |
commit | 0b6e74eeb099ac045932e5d3603af899268b48d0 (patch) | |
tree | 649e85f5fde2189de3d7d540f23a17e635d87ec8 /docs | |
parent | 748d417f86d2d2a290c43428fd40ce616afcfc95 (diff) | |
download | afl++-0b6e74eeb099ac045932e5d3603af899268b48d0.tar.gz |
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..7c04d7d8 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 +* UTF - use UTF-8 for line rendering in status screen * NO_NYX - disable building nyx mode dependencies * NO_CORESIGHT - disable building coresight (arm64 only) * NO_UNICORN_ARM64 - disable building unicorn on arm64 |