From the roadmap.
Today fuzzing mutates a single message with a fixed --prefix. The inferred state model (protoforge/protocol/state_machine.py) already knows request→response transitions — use it to generate full multi-step interactions (login → action → logout) so gated protocol regions become reachable.
From the roadmap.
Today fuzzing mutates a single message with a fixed
--prefix. The inferred state model (protoforge/protocol/state_machine.py) already knows request→response transitions — use it to generate full multi-step interactions (login → action → logout) so gated protocol regions become reachable.