Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Item geometry in TUI? #1548

Open
addisoncrump opened this issue Sep 23, 2023 · 4 comments
Open

Item geometry in TUI? #1548

addisoncrump opened this issue Sep 23, 2023 · 4 comments
Labels
question Further information is requested

Comments

@addisoncrump
Copy link
Collaborator

There seems to be two unused windows with the title "item geometry" in the TUI now, but the stats are empty (not using an AFL-like harness). Can these be safely removed?

@addisoncrump addisoncrump added the question Further information is requested label Sep 23, 2023
@ToSeven
Copy link
Contributor

ToSeven commented Sep 23, 2023

If you want to monitor the changes in "item geometry", you need to add the following code to your fuzzer.
let aflstats = AflStatsStage::new(Duration::from_secs(3));
Otherwise, the stats will not be collected, only display the title of every entry in "item geometry".
Meanwhile, whether you set up "item geometry" or not, the title of "item geometry" will be displayed in the TUI. Now there is no method to safely remove it. But next, I will consider your situation and improve the TUI.

@addisoncrump
Copy link
Collaborator Author

This is not completed; the item geometry still appears when not using the AflStatsStage.

@addisoncrump addisoncrump reopened this Mar 13, 2024
@ToSeven
Copy link
Contributor

ToSeven commented Mar 13, 2024

I think it is a feature rather than a bug. I will improve it in the next few weeks.

@addisoncrump
Copy link
Collaborator Author

It certainly is a bug to include a window that is unused, as it takes up ~1/3 of the screen space with no information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants