aboutsummaryrefslogtreecommitdiff
path: root/lib/tran.c
AgeCommit message (Collapse)AuthorFilesLines
2022-04-21support AFL++ fuzzing (#623)John Levon1-0/+346
To support fuzzing with AFL++, add a "pipe" transport that reads from stdin and outputs to stdout: this is the most convenient way of doing fuzzing. Add some docs on how to run a fuzzing session. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Swapnil Ingle <swapnil.ingle@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>