Show currently fuzzed testcase to TUI
For slower targets, the current cycle count is very very slow. It'd be nice to instead see in the individual fuzzer's output (TUI) what testcase (corpus_idx) is currently scheduled.
Hi @domenukk
I would love to take this issue .But, I am new to codebase can you guide me for above task.
The important part of this is to fire! an UpdateUserStats event:
https://github.com/AFLplusplus/LibAFL/blob/92db678995423c217abdf3614e1ca92571dc151e/libafl/src/events/mod.rs#L303
from a stage, probably from the StatsStage:
https://github.com/AFLplusplus/LibAFL/blob/92db678995423c217abdf3614e1ca92571dc151e/libafl/src/stages/afl_stats.rs#L270
And then add that info to the TUI Monitor: https://github.com/AFLplusplus/LibAFL/blob/92db678995423c217abdf3614e1ca92571dc151e/libafl/src/monitors/tui/mod.rs#L387
Thanks @domenukk for explanation will try to resolve this
Hey @domenukk have tried to change according to steps you mentioned
Hi! I would like to work on this issue. Please assign it to me.
We don't really assign issues. Just make a PR for it...