tribble icon indicating copy to clipboard operation
tribble copied to clipboard

Coverage based JVM Fuzz testing tool.

Results 8 tribble issues
Sort by recently updated
recently updated
newest added

A plug in for SBT would be helpful for projects that are built using sbt rather than maven or gradle.

Enhancement
help wanted

It may be helpful to track down failure cases if the coverage data was saved along with the stack trace and the input.

Enhancement

This may be a way to deal with the distributed fuzzing problem nicely. Ideally this would be another maven target that creates a docker file that copies the project into...

Enhancement
Big

Currently the failed runs that cover new code paths don't get added to the corpus. We should probably add them as it might be possible to get to more interesting...

Enhancement

Use a real robust set of code rather than our Arguments classes. Open to suggestions here.

Enhancement
help wanted

This is a really big task. We will need to split this down. We should have a server that generates test cases and a client that can connect and process...

Enhancement
Big

It is sometimes helpful to be able to run a single look of a fuzz test to prove the code works. An easy way to do this is create a...

Enhancement

We need a tool to go through the corpus and reduce it to a minimal set that covers all the possible code paths. This should be possible with the coverage...

Enhancement
Big