-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fuzz Testing #369
Comments
@mirkobitetto Here's the issue we had for adding fuzz testing. Thought I would let you know incase you still wanted to share it. |
Thanks for the update! I sent you and @jlucas9 an email about a week ago with all the details of my implementation. Would you like me to post those details here as well? |
@mirkobitetto Yes please, if you don't mind. I don't seem to have the email. |
I’ve just opened a PR that adds native fuzz testing support for CryptoLib, as discussed in this issue. It includes a harness, multi-core AFL++ integration, corpus generation scripts, and CMake support. The setup can be extended further for CI integration or other targets. Let me know if you'd like me to tweak anything! See PR: #442 |
Explore options for fuzzing
The text was updated successfully, but these errors were encountered: