Expand description
Utilities for grouping protocol exchanges
Takes request-response pairs from a (collected/experimental) ExchangeDataset and breaks them into “chunks” based on protocol-derived featured Function code and expected response length (if known) Each chunk corresponds to a function code/length keyed set of values that can be used to seed fuzzing sessions.
Functions§
- chunk
- Group request-response pairs into protocol-aware chunks
- write_
chunked - Write the chunked dataset to file for use with the fuzzer