Fuzz Testing
Explore options for fuzzing
@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.
@Donnie-Ice
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