mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
apply nocolor changes
This commit is contained in:
@ -52,6 +52,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
|
||||
- somewhere we broke -n dumb fuzzing, fixed
|
||||
- added afl_custom_describe to the custom mutator API to allow for easy
|
||||
mutation reproduction on crashing inputs
|
||||
- new env. var. AFL_NO_COLOR (or AFL_NO_COLOUR) to suppress colored
|
||||
console output (when configured with USE_COLOR and not ALWAYS_COLORED)
|
||||
- instrumentation
|
||||
- We received an enhanced gcc_plugin module from AdaCore, thank you
|
||||
very much!!
|
||||
|
@ -381,6 +381,9 @@ checks or alter some of the more exotic semantics of the tool:
|
||||
some basic stats. This behavior is also automatically triggered when the
|
||||
output from afl-fuzz is redirected to a file or to a pipe.
|
||||
|
||||
- Setting `AFL_NO_COLOR` or `AFL_NO_COLOUR` will omit control sequences for
|
||||
coloring console output when configured with USE_COLOR and not ALWAYS_COLORED.
|
||||
|
||||
- Setting `AFL_FORCE_UI` will force painting the UI on the screen even if
|
||||
no valid terminal was detected (for virtual consoles)
|
||||
|
||||
|
Reference in New Issue
Block a user