rust-fuzz/libfuzzer

Any hope for programmatical use?

Closed this issue · 1 comments

I've been looking through the libFuzzer API, but it's undocumented and quite complex. What I needed was a way to call the fuzzer programmatically on my example with a set timeout.

I know it seems far-fetched, but is there any hope for something like this added to this crate? My only hope right now it to tediously read the source code of libFuzzer until I understand how it works just to be able to simply do what it currently does but be able to invoke it at runtime.

Probably not the right place for this question. Should ask libfuzzer directly.