rust-fuzz / libfuzzer

Rust bindings and utilities for LLVM’s libFuzzer
Apache License 2.0
208 stars 44 forks source link

Any hope for programmatical use? #37

Closed dragostis closed 4 years ago

dragostis commented 5 years ago

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.

nagisa commented 4 years ago

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