Skip to content

Add FuzzedDataProvider utility for structured fuzzing#37

Draft
AdamKorcz wants to merge 1 commit intopython:mainfrom
AdamKorcz:add-fuzzeddataprovider
Draft

Add FuzzedDataProvider utility for structured fuzzing#37
AdamKorcz wants to merge 1 commit intopython:mainfrom
AdamKorcz:add-fuzzeddataprovider

Conversation

@AdamKorcz
Copy link
Copy Markdown

Pure-Python FuzzedDataProvider matching the atheris API. This is a drop-in replacement for atheris.FuzzedDataProvider that requires no native compilation and is used by structured fuzz harnesses that need controlled random input generation.

Pure-Python FuzzedDataProvider matching the atheris API.
This is a drop-in replacement for atheris.FuzzedDataProvider
that requires no native compilation and is used by structured
fuzz harnesses that need controlled random input generation.
@AdamKorcz AdamKorcz requested a review from a team as a code owner April 10, 2026 19:55
@AdamKorcz AdamKorcz marked this pull request as draft April 10, 2026 21:28
@AdamKorcz AdamKorcz marked this pull request as draft April 10, 2026 21:28
@AdamKorcz AdamKorcz marked this pull request as draft April 10, 2026 21:28
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.

1 participant