You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When fuzzing starts, the banner that afl-fuzz updates clears the logs it just printed, and possibly even terminal history unrelated to the afl-fuzz command.
Describe the solution you'd like
Instead of clearing the screen, just print the banner and scroll the terminal down (either [#S or [#T is used for this, I'm not sure which one of the top of my head).
Describe alternatives you've considered
This could be gated behind an environment variable.