ffw
ffw copied to clipboard
Feature request: ability to import corpora from other projects
It'd be great if, in a similar fashion to printpickle.py or perhaps via fuzzing.py, one could import corpora from other projects (e.g. https://github.com/dvyukov/go-fuzz-corpus) to use with ffw.
As i've seen, the following corpora would be somewhat useful:
- http*
- web*
But generally, the existing input corpus are either prepared files, or single request's.
But basically, need a little script which creates pickle files, where the first request is coming from an existing file . Should be doable.
Yes, some script should do it. I will open a PR then.
I always enjoy PR :-)