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

Add AFL++ fuzzing support #351

Merged
merged 1 commit into from
Mar 27, 2023
Merged

Add AFL++ fuzzing support #351

merged 1 commit into from
Mar 27, 2023

Conversation

anfedotoff
Copy link
Contributor

Hi!
I think adding AFL++ fuzzing support it's a good idea for finding new bugs. What do you think?

@m4b
Copy link
Owner

m4b commented Jan 1, 2023

well this is annoying looks like our macos CI test is failing (unrelated to your PR) :/

@m4b
Copy link
Owner

m4b commented Feb 6, 2023

this seems great! (sorry for the delay)

this doesn't add any dependencies to goblin for users right? This is just a crate that is in the project directory, that we can incidentally run fuzzing on, yes?

@anfedotoff
Copy link
Contributor Author

this seems great! (sorry for the delay)

this doesn't add any dependencies to goblin for users right? This is just a crate that is in the project directory, that we can incidentally run fuzzing on, yes?

Yes it doesn't add any new dependencies. It's like cargo fuzz, but cargo afl with AFL++ inside. You could look at image-rs which have both libFuzzer and AFL++ support.

@anfedotoff
Copy link
Contributor Author

@m4b, so what do you think, do we need AFL++ fuzzing support?

@m4b m4b merged commit 9449f03 into m4b:master Mar 27, 2023
@m4b
Copy link
Owner

m4b commented Jun 12, 2023

released in 0.7.0, thank you so much for your patience!

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

Successfully merging this pull request may close these issues.

3 participants