We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TLV encodings can represent a challenge to fuzzers. The idea is to choose a more structured fuzzing approach by using custom mutators that don't destroy expected boundaries/file formats like https://chromium.googlesource.com/chromium/src/+/main/testing/libfuzzer/libprotobuf-mutator.md
A lightweight workaround for this issue is FuzzedDataProvider
Motivation arises from test-fuzz partially which fuzzes TLV encoded data: trailofbits/test-fuzz#304
The text was updated successfully, but these errors were encountered:
maxammann
No branches or pull requests
TLV encodings can represent a challenge to fuzzers. The idea is to choose a more structured fuzzing approach by using custom mutators that don't destroy expected boundaries/file formats like https://chromium.googlesource.com/chromium/src/+/main/testing/libfuzzer/libprotobuf-mutator.md
A lightweight workaround for this issue is FuzzedDataProvider
Motivation arises from test-fuzz partially which fuzzes TLV encoded data: trailofbits/test-fuzz#304
The text was updated successfully, but these errors were encountered: