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

Section on structured fuzzing #41

Open
maxammann opened this issue May 7, 2024 · 0 comments
Open

Section on structured fuzzing #41

maxammann opened this issue May 7, 2024 · 0 comments
Assignees

Comments

@maxammann
Copy link
Member

maxammann commented May 7, 2024

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

@maxammann maxammann self-assigned this May 7, 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

1 participant