Re: [PATCH 00/12] Add a General Virtual Device Fuzzer

2020-09-20 Thread Alexander Bulekov
On 200826 1410, Dima Stepanov wrote: > Hi Alex, > > Thanks for the nice general fuzzer implementation, looks pretty > exciting. Are there any future plans discussion which i can read > or maybe join? I have some ideas about it so it could be great to > syncronize. > > Regards, Dima. Hi Dima, Apo

Re: [PATCH 00/12] Add a General Virtual Device Fuzzer

2020-08-26 Thread Dima Stepanov
Hi Alex, Thanks for the nice general fuzzer implementation, looks pretty exciting. Are there any future plans discussion which i can read or maybe join? I have some ideas about it so it could be great to syncronize. Regards, Dima. On Wed, Jul 22, 2020 at 11:39:21PM -0400, Alexander Bulekov wrote

[PATCH 00/12] Add a General Virtual Device Fuzzer

2020-07-22 Thread Alexander Bulekov
This is a general virtual-device fuzzer, designed to fuzz devices over Port IO, MMIO, and DMA. To get started with this: 1. Build the fuzzers (see docs/devel/fuzzing.txt) Note: Build with --enable-sanitizers, or create a "dictionary file": echo kw1=\"\x84\x05\x5C\x5E\" > dict and pass