Joshua Pereyda

Results 96 comments of Joshua Pereyda

Yep, I figure a `-o` option to specify the directory name. Right now "boofuzz-results" is a directory in which results directories are created. I'm leaning toward following AFL's example and...

Yes, this would be very helpful and relatively straightforward to implement. Perhaps implemented as a list argument that you can pass to the primitive itself? So you can add custom...

I believe this is implemented now via the `fuzz_values` arguments

@SR4ven Correct, no UTs I believe. ``` @pytest.mark.skip(reason="Feature not implemented") ``` Didn't realize we had this lying around!

Thanks @siw3kosky ! In what situation does the `EOFError` happen? Sometimes the test cases can end and not throw an `EOFError`, right?

@siw3kosky We should trace down that error and figure out why it's happening -- ideally we shouldn't cause the exception in the first place if we can help it. Could...

@siw3kosky That makes sense! Which python library are you using for multithreading? In the case of multithreading, does it still make sense to leave the web server open for a...

@siw3kosky are you able to share an example script showing how you run the fuzzer with `multiprocessing`? This sounds like an interesting use case that would be cool to support....

I think it depends on the threading scheme being used. I was hoping @siw3kosky could share the approach being used.

> Nice big change! Looks good so far but I haven't done any testing yet. Do you have an example use case or some documentation on how to use the...