0xricksanchez / AFL_Runner

Scaling best-practice AFLPlusPlus fuzzing campaigns made easy
https://crates.io/crates/afl_runner
Apache License 2.0
47 stars 5 forks source link

Modularize message passing and TUI #25

Open 0xricksanchez opened 5 months ago

0xricksanchez commented 5 months ago

The current implementation is very tightly coupled, which can make additions tough. It would be nice to mostly decouple the message fetching/passing from the TUI component.

Maybe we can use LLMP here as well