Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate alternative fuzzing engines #1219

Open
brson opened this issue Feb 2, 2024 · 0 comments
Open

Investigate alternative fuzzing engines #1219

brson opened this issue Feb 2, 2024 · 0 comments

Comments

@brson
Copy link
Contributor

brson commented Feb 2, 2024

What problem does your feature solve?

The Soroban fuzzing experience could be better, but probably can't be improved much without switching to a different fuzzing engine.

Soroban has support for fuzzing via cargo-fuzz. This support depends on libfuzzer, an LLVM project which is in maintenance mode and sees no improvements. The cargo-fuzz/libfuzzer user experience is primitive.

It also currently requires a workaround on macos.

What would you like to see?

Investigate alternative fuzzing engines:

It's unclear how mature these are and whether they are viable for Soroban. We just need to take the first step and give them a try.

@brson brson changed the title Investigate alternative fuzzing frameworks Investigate alternative fuzzing engines Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@brson and others