sharpfuzz
sharpfuzz copied to clipboard
Question about excuting action sharpfuzz/src/SharpFuzz/Fuzzer.LibFuzzer.cs
Hi! I have a question about these lines: https://github.com/Metalnem/sharpfuzz/blob/245c6ae1b10e484be1ef440b0d23c1cfbaf2913c/src/SharpFuzz/Fuzzer.LibFuzzer.cs#L62 What is data here? And why don't you work with stream like this: https://github.com/Metalnem/sharpfuzz/blob/245c6ae1b10e484be1ef440b0d23c1cfbaf2913c/src/SharpFuzz/Fuzzer.OutOfProcess.cs#L213
And second question: I can not find place (in sharpfuzz for windows) where you fill bitmap with run information. Can you show me it?
Thank you for replies!